Html Css Color HEX #479470 Viridian

📋 copy color: '#479470'

red 71 ◦ green 148 ◦ blue 112

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

Shades of Viridian #479470

Tints of Viridian #479470

RGB

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

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

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

R = 21.45%
G = 44.71%
B = 33.84%

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

#479470 (or 0x479470) is known color: Viridian. HEX triplet: 47, 94 and 70. RGB value is (71,148,112). Sum of RGB (Red+Green+Blue) = 71+148+112=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #479470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479470 is #B86B8F. Grayscale: #787878. Windows color (decimal): -12086160 or 7377991. OLE color: 7377991.

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

Color convert

RGB 71 148 112 -
CMYK 0.52 0 0.24 0.42
HSL 151.95º 0.35% 0.43% -
HSV(B) 151.95º 0.52% 0.58% -
XYZ 16.11 23.69 19.05 -
YUV 120.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 71 148 112 0.52 0 0.24 0.42 151.95 0.35 0.43
Hex 47 94 70 34 0 18 2A 98 23 2B
Octal 107 224 160 64 0 30 52 230 43 53
Binary 1000111 10010100 1110000 110100 0 11000 101010 10011000 100011 101011

Color Harmonies of #479470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479470

Black with #479470

Text Example


Text Example

White with #479470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479470; }

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

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

background-color css

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

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

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

border-color css

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

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

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