#37542B

Color #37542B Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #37542B

Tints of Palm Leaf #37542B

Color information

#37542B (or 0x37542B) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 2B. RGB value is (55,84,43). Sum of RGB (Red+Green+Blue) = 55+84+43=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #37542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542B is #C8ABD4. Grayscale: #464646. Windows color (decimal): -13151189 or 2839607. OLE color: 2839607.

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

Color convert

RGB558443-
CMYK0.3500.490.67
HSL102.44º32.28%24.9%-
HSV(B)102.44º48.81%32.94%-
XYZ5.187.333.43-
YUV70.66112.39116.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=30.22%
G=46.15%
B=23.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584430.3500.490.67102.4432.2824.9
Hex37542B2303143662019
Octal6712453430611031464031
Binary110111101010010101110001101100011000011110011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37542B;
 }
 .AnyTagClassName
 {
   color: #37542B;
 }
</style>
background-color css

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

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

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

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

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

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