#375424

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

Shades of Palm Leaf #375424

Tints of Palm Leaf #375424

Color information

#375424 (or 0x375424) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 24. RGB value is (55,84,36). Sum of RGB (Red+Green+Blue) = 55+84+36=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #375424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375424 is #C8ABDB. Grayscale: #464646. Windows color (decimal): -13151196 or 2380855. OLE color: 2380855.

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

Color convert

RGB558436-
CMYK0.3500.570.67
HSL96.25º40%23.53%-
HSV(B)96.25º57.14%32.94%-
XYZ5.067.282.81-
YUV69.86108.89117.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=31.43%
G=48%
B=20.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584360.3500.570.6796.254023.53
Hex3754242303943602818
Octal6712444430711031405030
Binary110111101010010010010001101110011000011110000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375424; }

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

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

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

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

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

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

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

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