Html Css Color HEX #394F20 Seaweed

📋 copy color: '#394F20'

red 57 ◦ green 79 ◦ blue 32

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

Shades of Seaweed #394F20

Tints of Seaweed #394F20

RGB

 RED value IS 57 (22.66% from 255) = 33.93%

 GREEN value IS 79 (31.25% from 255) = 47.02%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 33.93%
G = 47.02%
B = 19.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#394F20 (or 0x394F20) is known color: Seaweed. HEX triplet: 39, 4F and 20. RGB value is (57,79,32). Sum of RGB (Red+Green+Blue) = 57+79+32=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #394F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F20 is #C6B0DF. Grayscale: #434343. Windows color (decimal): -13021408 or 2117433. OLE color: 2117433.

HSL color Cylindrical-coordinate representation of color #394F20: hue angle of 88.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #394F20 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 32 -
CMYK 0.28 0 0.59 0.69
HSL 88.09º 0.42% 0.22% -
HSV(B) 88.09º 0.59% 0.31% -
XYZ 4.74 6.57 2.38 -
YUV 67.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 57 79 32 0.28 0 0.59 0.69 88.09 0.42 0.22
Hex 39 4F 20 1C 0 3B 45 58 2A 16
Octal 71 117 40 34 0 73 105 130 52 26
Binary 111001 1001111 100000 11100 0 111011 1000101 1011000 101010 10110

Color Harmonies of #394F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F20

Black with #394F20

Text Example


Text Example

White with #394F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,79,32); }

 H1.HeaderClassName
 {
   color: #394F20;
 }
 .AnyTagClassName
 {
   color: #394F20;
 }
</style>

background-color css

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

 a { background-color: rgb(57,79,32); }

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

border-color css

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

 span { border-color: rgb(57,79,32); }

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