#364B2C

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

Shades of Palm Leaf #364B2C

Tints of Palm Leaf #364B2C

Color information

#364B2C (or 0x364B2C) is unknown color: approx Palm Leaf. HEX triplet: 36, 4B and 2C. RGB value is (54,75,44). Sum of RGB (Red+Green+Blue) = 54+75+44=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #364B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B2C is #C9B4D3. Grayscale: #414141. Windows color (decimal): -13219028 or 2902838. OLE color: 2902838.

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

Color convert

RGB547544-
CMYK0.2800.410.71
HSL100.65º26.05%23.33%-
HSV(B)100.65º41.33%29.41%-
XYZ4.4963.3-
YUV65.19116.04120.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=31.21%
G=43.35%
B=25.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475440.2800.410.71100.6526.0523.33
Hex364B2C1C02947651a17
Octal6611354340511071453227
Binary1101101001011101100111000101001100011111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,44); }

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

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

 a { background-color: rgb(54,75,44); }

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

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

 span { border-color: rgb(54,75,44); }

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