#394C33

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

Shades of Palm Leaf #394C33

Tints of Palm Leaf #394C33

Color information

#394C33 (or 0x394C33) is unknown color: approx Palm Leaf. HEX triplet: 39, 4C and 33. RGB value is (57,76,51). Sum of RGB (Red+Green+Blue) = 57+76+51=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #394C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C33 is #C6B3CC. Grayscale: #434343. Windows color (decimal): -13022157 or 3361849. OLE color: 3361849.

HSL color Cylindrical-coordinate representation of color #394C33: hue angle of 105.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394C33 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB577651-
CMYK0.2500.330.70
HSL105.6º19.69%24.9%-
HSV(B)105.6º32.89%29.8%-
XYZ4.876.284.09-
YUV67.47118.71120.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=30.98%
G=41.30%
B=27.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776510.2500.330.70105.619.6924.9
Hex394C3319021466a1419
Octal7111463310411061522431
Binary1110011001100110011110010100001100011011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,51); }

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

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

 a { background-color: rgb(57,76,51); }

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

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

 span { border-color: rgb(57,76,51); }

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