Html Css Color HEX #479476 Viridian

📋 copy color: '#479476'

red 71 ◦ green 148 ◦ blue 118

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

Shades of Viridian #479476

Tints of Viridian #479476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 21.07%
G = 43.92%
B = 35.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#479476 (or 0x479476) is known color: Viridian. HEX triplet: 47, 94 and 76. RGB value is (71,148,118). Sum of RGB (Red+Green+Blue) = 71+148+118=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #479476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479476 is #B86B89. Grayscale: #797979. Windows color (decimal): -12086154 or 7771207. OLE color: 7771207.

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

Color convert

RGB 71 148 118 -
CMYK 0.52 0 0.20 0.42
HSL 156.62º 0.35% 0.43% -
HSV(B) 156.62º 0.52% 0.58% -
XYZ 16.46 23.83 20.87 -
YUV 121.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 71 148 118 0.52 0 0.20 0.42 156.62 0.35 0.43
Hex 47 94 76 34 0 14 2A 9D 23 2B
Octal 107 224 166 64 0 24 52 235 43 53
Binary 1000111 10010100 1110110 110100 0 10100 101010 10011101 100011 101011

Color Harmonies of #479476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479476

Black with #479476

Text Example


Text Example

White with #479476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479476; }

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

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

background-color css

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

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

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

border-color css

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

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

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