#375829

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

Shades of Palm Leaf #375829

Tints of Palm Leaf #375829

Color information

#375829 (or 0x375829) is unknown color: approx Palm Leaf. HEX triplet: 37, 58 and 29. RGB value is (55,88,41). Sum of RGB (Red+Green+Blue) = 55+88+41=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #375829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375829 is #C8A7D6. Grayscale: #484848. Windows color (decimal): -13150167 or 2709559. OLE color: 2709559.

HSL color Cylindrical-coordinate representation of color #375829: hue angle of 102.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375829 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB558841-
CMYK0.3800.530.65
HSL102.13º36.43%25.29%-
HSV(B)102.13º53.41%34.51%-
XYZ5.477.953.34-
YUV72.78110.07115.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=29.89%
G=47.83%
B=22.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588410.3800.530.65102.1336.4325.29
Hex3758292603541662419
Octal6713051460651011464431
Binary110111101100010100110011001101011000001110011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375829; }

 p { color: rgb(55,88,41); }

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

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

 a { background-color: rgb(55,88,41); }

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

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

 span { border-color: rgb(55,88,41); }

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