Html Css Color HEX #37542F Palm Leaf

📋 copy color: '#37542F'

red 55 ◦ green 84 ◦ blue 47

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

Shades of Palm Leaf #37542F

Tints of Palm Leaf #37542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 29.57%
G = 45.16%
B = 25.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#37542F (or 0x37542F) is known color: Palm Leaf. HEX triplet: 37, 54 and 2F. RGB value is (55,84,47). Sum of RGB (Red+Green+Blue) = 55+84+47=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #37542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542F is #C8ABD0. Grayscale: #474747. Windows color (decimal): -13151185 or 3101751. OLE color: 3101751.

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

Color convert

RGB 55 84 47 -
CMYK 0.35 0 0.44 0.67
HSL 107.03º 0.28% 0.26% -
HSV(B) 107.03º 0.44% 0.33% -
XYZ 5.26 7.36 3.83 -
YUV 71.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 55 84 47 0.35 0 0.44 0.67 107.03 0.28 0.26
Hex 37 54 2F 23 0 2C 43 6B 1C 1A
Octal 67 124 57 43 0 54 103 153 34 32
Binary 110111 1010100 101111 100011 0 101100 1000011 1101011 11100 11010

Color Harmonies of #37542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37542F

Black with #37542F

Text Example


Text Example

White with #37542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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