Html Css Color HEX #399370 Viridian

📋 copy color: '#399370'

red 57 ◦ green 147 ◦ blue 112

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

Shades of Viridian #399370

Tints of Viridian #399370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 18.04%
G = 46.52%
B = 35.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#399370 (or 0x399370) is known color: Viridian. HEX triplet: 39, 93 and 70. RGB value is (57,147,112). Sum of RGB (Red+Green+Blue) = 57+147+112=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #399370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399370 is #C66C8F. Grayscale: #747474. Windows color (decimal): -13003920 or 7377721. OLE color: 7377721.

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

Color convert

RGB 57 147 112 -
CMYK 0.61 0 0.24 0.42
HSL 156.67º 0.44% 0.4% -
HSV(B) 156.67º 0.61% 0.58% -
XYZ 15.05 22.91 18.96 -
YUV 116.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 57 147 112 0.61 0 0.24 0.42 156.67 0.44 0.4
Hex 39 93 70 3D 0 18 2A 9D 2C 28
Octal 71 223 160 75 0 30 52 235 54 50
Binary 111001 10010011 1110000 111101 0 11000 101010 10011101 101100 101000

Color Harmonies of #399370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399370

Black with #399370

Text Example


Text Example

White with #399370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399370; }

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

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

background-color css

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

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

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

border-color css

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

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

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