#364934

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

Shades of Palm Leaf #364934

Tints of Palm Leaf #364934

Color information

#364934 (or 0x364934) is unknown color: approx Palm Leaf. HEX triplet: 36, 49 and 34. RGB value is (54,73,52). Sum of RGB (Red+Green+Blue) = 54+73+52=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #364934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364934 is #C9B6CB. Grayscale: #404040. Windows color (decimal): -13219532 or 3426614. OLE color: 3426614.

HSL color Cylindrical-coordinate representation of color #364934: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #364934 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB547352-
CMYK0.2600.290.71
HSL114.29º16.8%24.51%-
HSV(B)114.29º28.77%28.63%-
XYZ4.525.84.13-
YUV64.92120.71120.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 52 (20.70% from 255) = 29.05%
R=30.17%
G=40.78%
B=29.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473520.2600.290.71114.2916.824.51
Hex3649341A01D47721119
Octal6611164320351071622131
Binary110110100100111010011010011101100011111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364934; }

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

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

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

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

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

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

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

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