Html Css Color HEX #3D5337 Palm Leaf

📋 copy color: '#3D5337'

red 61 ◦ green 83 ◦ blue 55

#3D5337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #3D5337

Tints of Palm Leaf #3D5337

RGB

 RED value IS 61 (24.22% from 255) = 30.65%

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 30.65%
G = 41.71%
B = 27.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3D5337 (or 0x3D5337) is known color: Palm Leaf. HEX triplet: 3D, 53 and 37. RGB value is (61,83,55). Sum of RGB (Red+Green+Blue) = 61+83+55=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5337 is #C2ACC8. Grayscale: #494949. Windows color (decimal): -12758217 or 3625789. OLE color: 3625789.

HSL color Cylindrical-coordinate representation of color #3D5337: hue angle of 107.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5337 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 55 -
CMYK 0.27 0 0.34 0.67
HSL 107.14º 0.2% 0.27% -
HSV(B) 107.14º 0.34% 0.33% -
XYZ 5.71 7.45 4.75 -
YUV 73.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 61 83 55 0.27 0 0.34 0.67 107.14 0.2 0.27
Hex 3D 53 37 1B 0 22 43 6B 14 1B
Octal 75 123 67 33 0 42 103 153 24 33
Binary 111101 1010011 110111 11011 0 100010 1000011 1101011 10100 11011

Color Harmonies of #3D5337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5337

Black with #3D5337

Text Example


Text Example

White with #3D5337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5337; }

 p { color: rgb(61,83,55); }

 H1.HeaderClassName
 {
   color: #3D5337;
 }
 .AnyTagClassName
 {
   color: #3D5337;
 }
</style>

background-color css

<style>
 a { background-color: #3D5337; }

 a { background-color: rgb(61,83,55); }

 div.DivClassName
 {
   background-color: #3D5337;
 }
 .BgClassName
 {
   background-color: #3D5337;
 }
</style>

border-color css

<style>
 span { border-color: #3D5337; }

 span { border-color: rgb(61,83,55); }

 td.TdClassName
 {
   border-color: #3D5337;
 }
 .TagClassName
 {
   border-color: #3D5337;
 }
</style>