#375828

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

Shades of Palm Leaf #375828

Tints of Palm Leaf #375828

Color information

#375828 (or 0x375828) is unknown color: approx Palm Leaf. HEX triplet: 37, 58 and 28. RGB value is (55,88,40). Sum of RGB (Red+Green+Blue) = 55+88+40=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #375828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375828 is #C8A7D7. Grayscale: #484848. Windows color (decimal): -13150168 or 2644023. OLE color: 2644023.

HSL color Cylindrical-coordinate representation of color #375828: hue angle of 101.25º 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 #375828 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB558840-
CMYK0.3800.550.65
HSL101.25º37.5%25.1%-
HSV(B)101.25º54.55%34.51%-
XYZ5.457.943.25-
YUV72.66109.57115.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=30.05%
G=48.09%
B=21.86%

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
Decimal5588400.3800.550.65101.2537.525.1
Hex3758282603741652619
Octal6713050460671011454631
Binary110111101100010100010011001101111000001110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375828; }

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

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

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

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

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

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

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

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