#375323

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

Shades of Palm Leaf #375323

Tints of Palm Leaf #375323

Color information

#375323 (or 0x375323) is unknown color: approx Palm Leaf. HEX triplet: 37, 53 and 23. RGB value is (55,83,35). Sum of RGB (Red+Green+Blue) = 55+83+35=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #375323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375323 is #C8ACDC. Grayscale: #454545. Windows color (decimal): -13151453 or 2315063. OLE color: 2315063.

HSL color Cylindrical-coordinate representation of color #375323: hue angle of 95º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375323 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB558335-
CMYK0.3400.580.67
HSL95º40.68%23.14%-
HSV(B)95º57.83%32.55%-
XYZ4.977.122.7-
YUV69.16108.72117.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=31.79%
G=47.98%
B=20.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583350.3400.580.679540.6823.14
Hex3753232203A435f2917
Octal6712343420721031375127
Binary110111101001110001110001001110101000011101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375323; }

 p { color: rgb(55,83,35); }

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

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

 a { background-color: rgb(55,83,35); }

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

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

 span { border-color: rgb(55,83,35); }

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