Html Css Color HEX #375629 Palm Leaf

📋 copy color: '#375629'

red 55 ◦ green 86 ◦ blue 41

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

Shades of Palm Leaf #375629

Tints of Palm Leaf #375629

RGB

 RED value IS 55 (21.88% from 255) = 30.22%

 GREEN value IS 86 (33.98% from 255) = 47.25%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 30.22%
G = 47.25%
B = 22.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#375629 (or 0x375629) is known color: Palm Leaf. HEX triplet: 37, 56 and 29. RGB value is (55,86,41). Sum of RGB (Red+Green+Blue) = 55+86+41=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #375629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375629 is #C8A9D6. Grayscale: #474747. Windows color (decimal): -13150679 or 2709047. OLE color: 2709047.

HSL color Cylindrical-coordinate representation of color #375629: hue angle of 101.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375629 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 41 -
CMYK 0.36 0 0.52 0.66
HSL 101.33º 0.35% 0.25% -
HSV(B) 101.33º 0.52% 0.34% -
XYZ 5.3 7.63 3.29 -
YUV 71.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 55 86 41 0.36 0 0.52 0.66 101.33 0.35 0.25
Hex 37 56 29 24 0 34 42 65 23 19
Octal 67 126 51 44 0 64 102 145 43 31
Binary 110111 1010110 101001 100100 0 110100 1000010 1100101 100011 11001

Color Harmonies of #375629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375629

Black with #375629

Text Example


Text Example

White with #375629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375629; }

 p { color: rgb(55,86,41); }

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

background-color css

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

 a { background-color: rgb(55,86,41); }

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

border-color css

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

 span { border-color: rgb(55,86,41); }

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