#364A2F

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

Shades of Palm Leaf #364A2F

Tints of Palm Leaf #364A2F

Color information

#364A2F (or 0x364A2F) is unknown color: approx Palm Leaf. HEX triplet: 36, 4A and 2F. RGB value is (54,74,47). Sum of RGB (Red+Green+Blue) = 54+74+47=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #364A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A2F is #C9B5D0. Grayscale: #414141. Windows color (decimal): -13219281 or 3099190. OLE color: 3099190.

HSL color Cylindrical-coordinate representation of color #364A2F: hue angle of 104.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364A2F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB547447-
CMYK0.2700.360.71
HSL104.44º22.31%23.73%-
HSV(B)104.44º36.49%29.02%-
XYZ4.485.893.59-
YUV64.94117.87120.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=30.86%
G=42.29%
B=26.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474470.2700.360.71104.4422.3123.73
Hex364A2F1B02447681618
Octal6611257330441071502630
Binary1101101001010101111110110100100100011111010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364A2F; }

 p { color: rgb(54,74,47); }

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

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

 a { background-color: rgb(54,74,47); }

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

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

 span { border-color: rgb(54,74,47); }

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