Html Css Color HEX #479174 Viridian

📋 copy color: '#479174'

red 71 ◦ green 145 ◦ blue 116

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

Shades of Viridian #479174

Tints of Viridian #479174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 21.39%
G = 43.67%
B = 34.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#479174 (or 0x479174) is known color: Viridian. HEX triplet: 47, 91 and 74. RGB value is (71,145,116). Sum of RGB (Red+Green+Blue) = 71+145+116=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #479174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479174 is #B86E8B. Grayscale: #777777. Windows color (decimal): -12086924 or 7639367. OLE color: 7639367.

HSL color Cylindrical-coordinate representation of color #479174: hue angle of 156.49º 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 #479174 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 116 -
CMYK 0.51 0 0.2 0.43
HSL 156.49º 0.34% 0.42% -
HSV(B) 156.49º 0.51% 0.57% -
XYZ 15.88 22.85 20.1 -
YUV 119.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 71 145 116 0.51 0 0.2 0.43 156.49 0.34 0.42
Hex 47 91 74 33 0 14 2B 9C 22 2A
Octal 107 221 164 63 0 24 53 234 42 52
Binary 1000111 10010001 1110100 110011 0 10100 101011 10011100 100010 101010

Color Harmonies of #479174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479174

Black with #479174

Text Example


Text Example

White with #479174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479174; }

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

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

background-color css

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

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

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

border-color css

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

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

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