Html Css Color HEX #479471 Viridian

📋 copy color: '#479471'

red 71 ◦ green 148 ◦ blue 113

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

Shades of Viridian #479471

Tints of Viridian #479471

RGB

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

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

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

R = 21.39%
G = 44.58%
B = 34.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#479471 (or 0x479471) is known color: Viridian. HEX triplet: 47, 94 and 71. RGB value is (71,148,113). Sum of RGB (Red+Green+Blue) = 71+148+113=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #479471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479471 is #B86B8E. Grayscale: #797979. Windows color (decimal): -12086159 or 7443527. OLE color: 7443527.

HSL color Cylindrical-coordinate representation of color #479471: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479471 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 113 -
CMYK 0.52 0 0.24 0.42
HSL 152.73º 0.35% 0.43% -
HSV(B) 152.73º 0.52% 0.58% -
XYZ 16.17 23.71 19.35 -
YUV 120.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 71 148 113 0.52 0 0.24 0.42 152.73 0.35 0.43
Hex 47 94 71 34 0 18 2A 99 23 2B
Octal 107 224 161 64 0 30 52 231 43 53
Binary 1000111 10010100 1110001 110100 0 11000 101010 10011001 100011 101011

Color Harmonies of #479471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479471

Black with #479471

Text Example


Text Example

White with #479471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479471; }

 p { color: rgb(71,148,113); }

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

background-color css

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

 a { background-color: rgb(71,148,113); }

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

border-color css

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

 span { border-color: rgb(71,148,113); }

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