#365032

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

Shades of Palm Leaf #365032

Tints of Palm Leaf #365032

Color information

#365032 (or 0x365032) is unknown color: approx Palm Leaf. HEX triplet: 36, 50 and 32. RGB value is (54,80,50). Sum of RGB (Red+Green+Blue) = 54+80+50=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #365032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365032 is #C9AFCD. Grayscale: #444444. Windows color (decimal): -13217742 or 3297334. OLE color: 3297334.

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

Color convert

RGB548050-
CMYK0.3300.370.69
HSL112º23.08%25.49%-
HSV(B)112º37.5%31.37%-
XYZ4.976.754.06-
YUV68.81117.39117.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=29.35%
G=43.48%
B=27.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480500.3300.370.6911223.0825.49
Hex3650322102545701719
Octal6612062410451051602731
Binary11011010100001100101000010100101100010111100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365032; }

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

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

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

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

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

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

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

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