#375027

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

Shades of Palm Leaf #375027

Tints of Palm Leaf #375027

Color information

#375027 (or 0x375027) is unknown color: approx Palm Leaf. HEX triplet: 37, 50 and 27. RGB value is (55,80,39). Sum of RGB (Red+Green+Blue) = 55+80+39=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #375027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375027 is #C8AFD8. Grayscale: #434343. Windows color (decimal): -13152217 or 2576439. OLE color: 2576439.

HSL color Cylindrical-coordinate representation of color #375027: hue angle of 96.59º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375027 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB558039-
CMYK0.3100.510.69
HSL96.59º34.45%23.33%-
HSV(B)96.59º51.25%31.37%-
XYZ4.816.72.96-
YUV67.85111.72118.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=31.61%
G=45.98%
B=22.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580390.3100.510.6996.5934.4523.33
Hex3750271F03345612217
Octal6712047370631051414227
Binary11011110100001001111111101100111000101110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375027; }

 p { color: rgb(55,80,39); }

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

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

 a { background-color: rgb(55,80,39); }

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

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

 span { border-color: rgb(55,80,39); }

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