Html Css Color HEX #399170 Viridian

📋 copy color: '#399170'

red 57 ◦ green 145 ◦ blue 112

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

Shades of Viridian #399170

Tints of Viridian #399170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 18.15%
G = 46.18%
B = 35.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#399170 (or 0x399170) is known color: Viridian. HEX triplet: 39, 91 and 70. RGB value is (57,145,112). Sum of RGB (Red+Green+Blue) = 57+145+112=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #399170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399170 is #C66E8F. Grayscale: #727272. Windows color (decimal): -13004432 or 7377209. OLE color: 7377209.

HSL color Cylindrical-coordinate representation of color #399170: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399170 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 112 -
CMYK 0.61 0 0.23 0.43
HSL 157.5º 0.44% 0.4% -
HSV(B) 157.5º 0.61% 0.57% -
XYZ 14.74 22.29 18.85 -
YUV 114.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 57 145 112 0.61 0 0.23 0.43 157.5 0.44 0.4
Hex 39 91 70 3D 0 17 2B 9E 2C 28
Octal 71 221 160 75 0 27 53 236 54 50
Binary 111001 10010001 1110000 111101 0 10111 101011 10011110 101100 101000

Color Harmonies of #399170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399170

Black with #399170

Text Example


Text Example

White with #399170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399170; }

 p { color: rgb(57,145,112); }

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

background-color css

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

 a { background-color: rgb(57,145,112); }

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

border-color css

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

 span { border-color: rgb(57,145,112); }

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