Html Css Color HEX #394030 Seaweed

📋 copy color: '#394030'

red 57 ◦ green 64 ◦ blue 48

#394030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #394030

Tints of Seaweed #394030

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.4%

R = 33.73%
G = 37.87%
B = 28.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#394030 (or 0x394030) is known color: 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

RGB 57 64 48 -
CMYK 0.11 0 0.25 0.75
HSL 86.25º 0.14% 0.22% -
HSV(B) 86.25º 0.25% 0.25% -
XYZ 4.05 4.75 3.5 -
YUV 60.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 57 64 48 0.11 0 0.25 0.75 86.25 0.14 0.22
Hex 39 40 30 B 0 19 4B 56 E 16
Octal 71 100 60 13 0 31 113 126 16 26
Binary 111001 1000000 110000 1011 0 11001 1001011 1010110 1110 10110

Color Harmonies of #394030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394030

Black with #394030

Text Example


Text Example

White with #394030

Text Example


Text Example

HTML Codes & Css Web 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>