#375A1E

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

Shades of Palm Leaf #375A1E

Tints of Palm Leaf #375A1E

Color information

#375A1E (or 0x375A1E) is unknown color: approx Palm Leaf. HEX triplet: 37, 5A and 1E. RGB value is (55,90,30). Sum of RGB (Red+Green+Blue) = 55+90+30=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #375A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A1E is #C8A5E1. Grayscale: #484848. Windows color (decimal): -13149666 or 1989175. OLE color: 1989175.

HSL color Cylindrical-coordinate representation of color #375A1E: hue angle of 95º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375A1E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB559030-
CMYK0.3900.670.65
HSL95º50%23.53%-
HSV(B)95º66.67%35.29%-
XYZ5.478.222.53-
YUV72.7103.9115.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=31.43%
G=51.43%
B=17.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590300.3900.670.65955023.53
Hex375A1E27043415f3218
Octal67132364701031011376230
Binary110111101101011110100111010000111000001101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A1E; }

 p { color: rgb(55,90,30); }

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

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

 a { background-color: rgb(55,90,30); }

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

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

 span { border-color: rgb(55,90,30); }

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