#364034

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

Shades of Palm Leaf #364034

Tints of Palm Leaf #364034

Color information

#364034 (or 0x364034) is unknown color: approx Palm Leaf. HEX triplet: 36, 40 and 34. RGB value is (54,64,52). Sum of RGB (Red+Green+Blue) = 54+64+52=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #364034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364034 is #C9BFCB. Grayscale: #3B3B3B. Windows color (decimal): -13221836 or 3424310. OLE color: 3424310.

HSL color Cylindrical-coordinate representation of color #364034: hue angle of 110º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #364034 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB546452-
CMYK0.1600.190.75
HSL110º10.34%22.75%-
HSV(B)110º18.75%25.1%-
XYZ3.974.73.95-
YUV59.64123.69123.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=31.76%
G=37.65%
B=30.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464520.1600.190.7511010.3422.75
Hex364034100134B6ea17
Octal6610064200231131561227
Binary11011010000001101001000001001110010111101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364034; }

 p { color: rgb(54,64,52); }

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

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

 a { background-color: rgb(54,64,52); }

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

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

 span { border-color: rgb(54,64,52); }

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