#394030

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

Shades of Seaweed #394030

Tints of Seaweed #394030

Color information

#394030 (or 0x394030) is unknown color: approx Seaweed. HEX triplet: 39, 40 and 30. RGB value is (57,64,48). Sum of RGB (Red+Green+Blue) = 57+64+48=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #394030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394030 is #C6BFCF. Grayscale: #3C3C3C. Windows color (decimal): -13025232 or 3162169. OLE color: 3162169.

HSL color Cylindrical-coordinate representation of color #394030: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394030 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB576448-
CMYK0.1100.250.75
HSL86.25º14.29%21.96%-
HSV(B)86.25º25%25.1%-
XYZ4.054.753.5-
YUV60.08121.18125.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=33.73%
G=37.87%
B=28.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764480.1100.250.7586.2514.2921.96
Hex394030B0194B56e16
Octal7110060130311131261626
Binary1110011000000110000101101100110010111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394030; }

 p { color: rgb(57,64,48); }

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

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

 a { background-color: rgb(57,64,48); }

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

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

 span { border-color: rgb(57,64,48); }

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