#394135

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

Shades of Palm Leaf #394135

Tints of Palm Leaf #394135

Color information

#394135 (or 0x394135) is unknown color: approx Palm Leaf. HEX triplet: 39, 41 and 35. RGB value is (57,65,53). Sum of RGB (Red+Green+Blue) = 57+65+53=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #394135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394135 is #C6BECA. Grayscale: #3D3D3D. Windows color (decimal): -13024971 or 3490105. OLE color: 3490105.

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

Color convert

RGB576553-
CMYK0.1200.180.75
HSL100º10.17%23.14%-
HSV(B)100º18.46%25.49%-
XYZ4.224.914.09-
YUV61.24123.35124.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=32.57%
G=37.14%
B=30.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765530.1200.180.7510010.1723.14
Hex394135C0124B64a17
Octal7110165140221131441227
Binary1110011000001110101110001001010010111100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394135; }

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

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

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

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

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

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

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

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