#364F2F

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

Shades of Palm Leaf #364F2F

Tints of Palm Leaf #364F2F

Color information

#364F2F (or 0x364F2F) is unknown color: approx Palm Leaf. HEX triplet: 36, 4F and 2F. RGB value is (54,79,47). Sum of RGB (Red+Green+Blue) = 54+79+47=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #364F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F2F is #C9B0D0. Grayscale: #434343. Windows color (decimal): -13218001 or 3100470. OLE color: 3100470.

HSL color Cylindrical-coordinate representation of color #364F2F: hue angle of 106.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364F2F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB547947-
CMYK0.3200.410.69
HSL106.88º25.4%24.71%-
HSV(B)106.88º40.51%30.98%-
XYZ4.836.583.71-
YUV67.88116.22118.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=30%
G=43.89%
B=26.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5479470.3200.410.69106.8825.424.71
Hex364F2F20029456b1919
Octal6611757400511051533131
Binary11011010011111011111000000101001100010111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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