#364F2A

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

Shades of Palm Leaf #364F2A

Tints of Palm Leaf #364F2A

Color information

#364F2A (or 0x364F2A) is unknown color: approx Palm Leaf. HEX triplet: 36, 4F and 2A. RGB value is (54,79,42). Sum of RGB (Red+Green+Blue) = 54+79+42=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #364F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F2A is #C9B0D5. Grayscale: #434343. Windows color (decimal): -13218006 or 2772790. OLE color: 2772790.

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

Color convert

RGB547942-
CMYK0.3200.470.69
HSL100.54º30.58%23.73%-
HSV(B)100.54º46.84%30.98%-
XYZ4.746.543.2-
YUV67.31113.72118.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 42 (16.80% from 255) = 24%
R=30.86%
G=45.14%
B=24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5479420.3200.470.69100.5430.5823.73
Hex364F2A2002F45651f18
Octal6611752400571051453730
Binary11011010011111010101000000101111100010111001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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