#365124

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

Shades of Palm Leaf #365124

Tints of Palm Leaf #365124

Color information

#365124 (or 0x365124) is unknown color: approx Palm Leaf. HEX triplet: 36, 51 and 24. RGB value is (54,81,36). Sum of RGB (Red+Green+Blue) = 54+81+36=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #365124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365124 is #C9AEDB. Grayscale: #434343. Windows color (decimal): -13217500 or 2380086. OLE color: 2380086.

HSL color Cylindrical-coordinate representation of color #365124: hue angle of 96º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365124 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB548136-
CMYK0.3300.560.68
HSL96º38.46%22.94%-
HSV(B)96º55.56%31.76%-
XYZ4.786.82.73-
YUV67.8110.05118.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.58%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=31.58%
G=47.37%
B=21.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481360.3300.560.689638.4622.94
Hex3651242103844602617
Octal6612144410701041404627
Binary110110101000110010010000101110001000100110000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365124; }

 p { color: rgb(54,81,36); }

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

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

 a { background-color: rgb(54,81,36); }

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

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

 span { border-color: rgb(54,81,36); }

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