#365028

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

Shades of Palm Leaf #365028

Tints of Palm Leaf #365028

Color information

#365028 (or 0x365028) is unknown color: approx Palm Leaf. HEX triplet: 36, 50 and 28. RGB value is (54,80,40). Sum of RGB (Red+Green+Blue) = 54+80+40=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #365028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365028 is #C9AFD7. Grayscale: #434343. Windows color (decimal): -13217752 or 2641974. OLE color: 2641974.

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

Color convert

RGB548040-
CMYK0.3300.50.69
HSL99º33.33%23.53%-
HSV(B)99º50%31.37%-
XYZ4.776.673.04-
YUV67.67112.39118.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=31.03%
G=45.98%
B=22.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480400.3300.50.699933.3323.53
Hex3650282103245632118
Octal6612050410621051434130
Binary110110101000010100010000101100101000101110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365028; }

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

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

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

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

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

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

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

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