Html Css Color HEX #479170 Viridian

📋 copy color: '#479170'

red 71 ◦ green 145 ◦ blue 112

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

Shades of Viridian #479170

Tints of Viridian #479170

RGB

 RED value IS 71 (28.13% from 255) = 21.65%

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

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

R = 21.65%
G = 44.21%
B = 34.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#479170 (or 0x479170) is known color: Viridian. HEX triplet: 47, 91 and 70. RGB value is (71,145,112). Sum of RGB (Red+Green+Blue) = 71+145+112=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #479170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479170 is #B86E8F. Grayscale: #777777. Windows color (decimal): -12086928 or 7377223. OLE color: 7377223.

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

Color convert

RGB 71 145 112 -
CMYK 0.51 0 0.23 0.43
HSL 153.24º 0.34% 0.42% -
HSV(B) 153.24º 0.51% 0.57% -
XYZ 15.65 22.76 18.9 -
YUV 119.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 71 145 112 0.51 0 0.23 0.43 153.24 0.34 0.42
Hex 47 91 70 33 0 17 2B 99 22 2A
Octal 107 221 160 63 0 27 53 231 42 52
Binary 1000111 10010001 1110000 110011 0 10111 101011 10011001 100010 101010

Color Harmonies of #479170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479170

Black with #479170

Text Example


Text Example

White with #479170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479170; }

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

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

background-color css

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

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

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

border-color css

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

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

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