Html Css Color HEX #37552D Palm Leaf

📋 copy color: '#37552D'

red 55 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #37552D

Tints of Palm Leaf #37552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 29.73%
G = 45.95%
B = 24.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#37552D (or 0x37552D) is known color: Palm Leaf. HEX triplet: 37, 55 and 2D. RGB value is (55,85,45). Sum of RGB (Red+Green+Blue) = 55+85+45=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #37552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37552D is #C8AAD2. Grayscale: #474747. Windows color (decimal): -13150931 or 2970935. OLE color: 2970935.

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

Color convert

RGB 55 85 45 -
CMYK 0.35 0 0.47 0.67
HSL 105º 0.31% 0.25% -
HSV(B) 105º 0.47% 0.33% -
XYZ 5.3 7.5 3.65 -
YUV 71.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 55 85 45 0.35 0 0.47 0.67 105 0.31 0.25
Hex 37 55 2D 23 0 2F 43 69 1F 19
Octal 67 125 55 43 0 57 103 151 37 31
Binary 110111 1010101 101101 100011 0 101111 1000011 1101001 11111 11001

Color Harmonies of #37552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37552D

Black with #37552D

Text Example


Text Example

White with #37552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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