Html Css Color HEX #399472 Viridian

📋 copy color: '#399472'

red 57 ◦ green 148 ◦ blue 114

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

Shades of Viridian #399472

Tints of Viridian #399472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 17.87%
G = 46.39%
B = 35.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#399472 (or 0x399472) is known color: Viridian. HEX triplet: 39, 94 and 72. RGB value is (57,148,114). Sum of RGB (Red+Green+Blue) = 57+148+114=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #399472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399472 is #C66B8D. Grayscale: #747474. Windows color (decimal): -13003662 or 7509049. OLE color: 7509049.

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

Color convert

RGB 57 148 114 -
CMYK 0.61 0 0.23 0.42
HSL 157.58º 0.44% 0.4% -
HSV(B) 157.58º 0.61% 0.58% -
XYZ 15.31 23.26 19.6 -
YUV 116.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 57 148 114 0.61 0 0.23 0.42 157.58 0.44 0.4
Hex 39 94 72 3D 0 17 2A 9E 2C 28
Octal 71 224 162 75 0 27 52 236 54 50
Binary 111001 10010100 1110010 111101 0 10111 101010 10011110 101100 101000

Color Harmonies of #399472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399472

Black with #399472

Text Example


Text Example

White with #399472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399472; }

 p { color: rgb(57,148,114); }

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

background-color css

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

 a { background-color: rgb(57,148,114); }

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

border-color css

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

 span { border-color: rgb(57,148,114); }

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