#394B35

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

Shades of Palm Leaf #394B35

Tints of Palm Leaf #394B35

Color information

#394B35 (or 0x394B35) is unknown color: approx Palm Leaf. HEX triplet: 39, 4B and 35. RGB value is (57,75,53). Sum of RGB (Red+Green+Blue) = 57+75+53=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #394B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B35 is #C6B4CA. Grayscale: #434343. Windows color (decimal): -13022411 or 3492665. OLE color: 3492665.

HSL color Cylindrical-coordinate representation of color #394B35: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394B35 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB577553-
CMYK0.2400.290.71
HSL109.09º17.19%25.1%-
HSV(B)109.09º29.33%29.41%-
XYZ4.856.164.3-
YUV67.11120.04120.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=30.81%
G=40.54%
B=28.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775530.2400.290.71109.0917.1925.1
Hex394B351801D476d1119
Octal7111365300351071552131
Binary111001100101111010111000011101100011111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B35; }

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

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

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

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

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

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

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

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