Html Css Color HEX #399376 Viridian

📋 copy color: '#399376'

red 57 ◦ green 147 ◦ blue 118

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

Shades of Viridian #399376

Tints of Viridian #399376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 17.7%
G = 45.65%
B = 36.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#399376 (or 0x399376) is known color: Viridian. HEX triplet: 39, 93 and 76. RGB value is (57,147,118). Sum of RGB (Red+Green+Blue) = 57+147+118=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #399376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399376 is #C66C89. Grayscale: #747474. Windows color (decimal): -13003914 or 7770937. OLE color: 7770937.

HSL color Cylindrical-coordinate representation of color #399376: hue angle of 160.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 #399376 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 147 118 -
CMYK 0.61 0 0.20 0.42
HSL 160.67º 0.44% 0.4% -
HSV(B) 160.67º 0.61% 0.58% -
XYZ 15.39 23.05 20.78 -
YUV 116.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 57 147 118 0.61 0 0.20 0.42 160.67 0.44 0.4
Hex 39 93 76 3D 0 14 2A A1 2C 28
Octal 71 223 166 75 0 24 52 241 54 50
Binary 111001 10010011 1110110 111101 0 10100 101010 10100001 101100 101000

Color Harmonies of #399376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399376

Black with #399376

Text Example


Text Example

White with #399376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399376; }

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

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

background-color css

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

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

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

border-color css

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

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

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