Html Css Color HEX #37552F Palm Leaf

📋 copy color: '#37552F'

red 55 ◦ green 85 ◦ blue 47

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

Shades of Palm Leaf #37552F

Tints of Palm Leaf #37552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 29.41%
G = 45.45%
B = 25.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#37552F (or 0x37552F) is known color: Palm Leaf. HEX triplet: 37, 55 and 2F. RGB value is (55,85,47). Sum of RGB (Red+Green+Blue) = 55+85+47=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #37552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37552F is #C8AAD0. Grayscale: #474747. Windows color (decimal): -13150929 or 3102007. OLE color: 3102007.

HSL color Cylindrical-coordinate representation of color #37552F: hue angle of 107.37º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37552F is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 47 -
CMYK 0.35 0 0.45 0.67
HSL 107.37º 0.29% 0.26% -
HSV(B) 107.37º 0.45% 0.33% -
XYZ 5.34 7.51 3.86 -
YUV 71.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 55 85 47 0.35 0 0.45 0.67 107.37 0.29 0.26
Hex 37 55 2F 23 0 2D 43 6B 1D 1A
Octal 67 125 57 43 0 55 103 153 35 32
Binary 110111 1010101 101111 100011 0 101101 1000011 1101011 11101 11010

Color Harmonies of #37552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37552F

Black with #37552F

Text Example


Text Example

White with #37552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37552F; }

 p { color: rgb(55,85,47); }

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

background-color css

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

 a { background-color: rgb(55,85,47); }

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

border-color css

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

 span { border-color: rgb(55,85,47); }

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