#363F34

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

Shades of Palm Leaf #363F34

Tints of Palm Leaf #363F34

Color information

#363F34 (or 0x363F34) is unknown color: approx Palm Leaf. HEX triplet: 36, 3F and 34. RGB value is (54,63,52). Sum of RGB (Red+Green+Blue) = 54+63+52=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #363F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F34 is #C9C0CB. Grayscale: #3B3B3B. Windows color (decimal): -13222092 or 3424054. OLE color: 3424054.

HSL color Cylindrical-coordinate representation of color #363F34: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363F34 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB546352-
CMYK0.1400.170.75
HSL109.09º9.57%22.55%-
HSV(B)109.09º17.46%24.71%-
XYZ3.924.593.93-
YUV59.05124.02124.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=31.95%
G=37.28%
B=30.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463520.1400.170.75109.099.5722.55
Hex363F34E0114B6da17
Octal667764160211131551227
Binary110110111111110100111001000110010111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363F34; }

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

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

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

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

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

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

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

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