Html Css Color HEX #399071 Viridian

📋 copy color: '#399071'

red 57 ◦ green 144 ◦ blue 113

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

Shades of Viridian #399071

Tints of Viridian #399071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 18.15%
G = 45.86%
B = 35.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#399071 (or 0x399071) is known color: Viridian. HEX triplet: 39, 90 and 71. RGB value is (57,144,113). Sum of RGB (Red+Green+Blue) = 57+144+113=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #399071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399071 is #C66F8E. Grayscale: #727272. Windows color (decimal): -13004687 or 7442489. OLE color: 7442489.

HSL color Cylindrical-coordinate representation of color #399071: hue angle of 158.62º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399071 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 144 113 -
CMYK 0.60 0 0.22 0.44
HSL 158.62º 0.43% 0.39% -
HSV(B) 158.62º 0.6% 0.56% -
XYZ 14.64 22.01 19.1 -
YUV 114.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 57 144 113 0.60 0 0.22 0.44 158.62 0.43 0.39
Hex 39 90 71 3C 0 16 2C 9F 2B 27
Octal 71 220 161 74 0 26 54 237 53 47
Binary 111001 10010000 1110001 111100 0 10110 101100 10011111 101011 100111

Color Harmonies of #399071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399071

Black with #399071

Text Example


Text Example

White with #399071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399071; }

 p { color: rgb(57,144,113); }

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

background-color css

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

 a { background-color: rgb(57,144,113); }

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

border-color css

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

 span { border-color: rgb(57,144,113); }

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