#394435

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

Shades of Palm Leaf #394435

Tints of Palm Leaf #394435

Color information

#394435 (or 0x394435) is unknown color: approx Palm Leaf. HEX triplet: 39, 44 and 35. RGB value is (57,68,53). Sum of RGB (Red+Green+Blue) = 57+68+53=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #394435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394435 is #C6BBCA. Grayscale: #3F3F3F. Windows color (decimal): -13024203 or 3490873. OLE color: 3490873.

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

Color convert

RGB576853-
CMYK0.1600.220.73
HSL104º12.4%23.73%-
HSV(B)104º22.06%26.67%-
XYZ4.45.264.15-
YUV63122.36123.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=32.02%
G=38.20%
B=29.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768530.1600.220.7310412.423.73
Hex394435100164968c18
Octal7110465200261111501430
Binary11100110001001101011000001011010010011101000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394435; }

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

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

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

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

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

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

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

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