#394635

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

Shades of Palm Leaf #394635

Tints of Palm Leaf #394635

Color information

#394635 (or 0x394635) is unknown color: approx Palm Leaf. HEX triplet: 39, 46 and 35. RGB value is (57,70,53). Sum of RGB (Red+Green+Blue) = 57+70+53=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #394635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394635 is #C6B9CA. Grayscale: #404040. Windows color (decimal): -13023691 or 3491385. OLE color: 3491385.

HSL color Cylindrical-coordinate representation of color #394635: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394635 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB577053-
CMYK0.1900.240.73
HSL105.88º13.82%24.12%-
HSV(B)105.88º24.29%27.45%-
XYZ4.525.514.19-
YUV64.18121.69122.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=31.67%
G=38.89%
B=29.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770530.1900.240.73105.8813.8224.12
Hex39463513018496ae18
Octal7110665230301111521630
Binary11100110001101101011001101100010010011101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394635; }

 p { color: rgb(57,70,53); }

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

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

 a { background-color: rgb(57,70,53); }

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

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

 span { border-color: rgb(57,70,53); }

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