Html Css Color HEX #37542A Palm Leaf

📋 copy color: '#37542A'

red 55 ◦ green 84 ◦ blue 42

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

Shades of Palm Leaf #37542A

Tints of Palm Leaf #37542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 30.39%
G = 46.41%
B = 23.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#37542A (or 0x37542A) is known color: Palm Leaf. HEX triplet: 37, 54 and 2A. RGB value is (55,84,42). Sum of RGB (Red+Green+Blue) = 55+84+42=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #37542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542A is #C8ABD5. Grayscale: #464646. Windows color (decimal): -13151190 or 2774071. OLE color: 2774071.

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

Color convert

RGB 55 84 42 -
CMYK 0.35 0 0.5 0.67
HSL 101.43º 0.33% 0.25% -
HSV(B) 101.43º 0.5% 0.33% -
XYZ 5.16 7.32 3.33 -
YUV 70.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 55 84 42 0.35 0 0.5 0.67 101.43 0.33 0.25
Hex 37 54 2A 23 0 32 43 65 21 19
Octal 67 124 52 43 0 62 103 145 41 31
Binary 110111 1010100 101010 100011 0 110010 1000011 1100101 100001 11001

Color Harmonies of #37542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37542A

Black with #37542A

Text Example


Text Example

White with #37542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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