#365031

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

Shades of Palm Leaf #365031

Tints of Palm Leaf #365031

Color information

#365031 (or 0x365031) is unknown color: approx Palm Leaf. HEX triplet: 36, 50 and 31. RGB value is (54,80,49). Sum of RGB (Red+Green+Blue) = 54+80+49=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #365031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365031 is #C9AFCE. Grayscale: #444444. Windows color (decimal): -13217743 or 3231798. OLE color: 3231798.

HSL color Cylindrical-coordinate representation of color #365031: hue angle of 110.32º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365031 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB548049-
CMYK0.3300.390.69
HSL110.32º24.03%25.29%-
HSV(B)110.32º38.75%31.37%-
XYZ4.946.743.95-
YUV68.69116.89117.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=29.51%
G=43.72%
B=26.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480490.3300.390.69110.3224.0325.29
Hex36503121027456e1819
Octal6612061410471051563031
Binary11011010100001100011000010100111100010111011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365031; }

 p { color: rgb(54,80,49); }

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

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

 a { background-color: rgb(54,80,49); }

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

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

 span { border-color: rgb(54,80,49); }

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