#375928

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

Shades of Palm Leaf #375928

Tints of Palm Leaf #375928

Color information

#375928 (or 0x375928) is unknown color: approx Palm Leaf. HEX triplet: 37, 59 and 28. RGB value is (55,89,40). Sum of RGB (Red+Green+Blue) = 55+89+40=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #375928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375928 is #C8A6D7. Grayscale: #494949. Windows color (decimal): -13149912 or 2644279. OLE color: 2644279.

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

Color convert

RGB558940-
CMYK0.3800.550.65
HSL101.63º37.98%25.29%-
HSV(B)101.63º55.06%34.9%-
XYZ5.538.113.28-
YUV73.25109.24114.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=29.89%
G=48.37%
B=21.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589400.3800.550.65101.6337.9825.29
Hex3759282603741662619
Octal6713150460671011464631
Binary110111101100110100010011001101111000001110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375928; }

 p { color: rgb(55,89,40); }

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

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

 a { background-color: rgb(55,89,40); }

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

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

 span { border-color: rgb(55,89,40); }

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