Html Css Color HEX #479474 Viridian

📋 copy color: '#479474'

red 71 ◦ green 148 ◦ blue 116

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

Shades of Viridian #479474

Tints of Viridian #479474

RGB

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

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

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

R = 21.19%
G = 44.18%
B = 34.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#479474 (or 0x479474) is known color: Viridian. HEX triplet: 47, 94 and 74. RGB value is (71,148,116). Sum of RGB (Red+Green+Blue) = 71+148+116=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #479474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479474 is #B86B8B. Grayscale: #797979. Windows color (decimal): -12086156 or 7640135. OLE color: 7640135.

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

Color convert

RGB 71 148 116 -
CMYK 0.52 0 0.22 0.42
HSL 155.06º 0.35% 0.43% -
HSV(B) 155.06º 0.52% 0.58% -
XYZ 16.34 23.78 20.25 -
YUV 121.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 71 148 116 0.52 0 0.22 0.42 155.06 0.35 0.43
Hex 47 94 74 34 0 16 2A 9B 23 2B
Octal 107 224 164 64 0 26 52 233 43 53
Binary 1000111 10010100 1110100 110100 0 10110 101010 10011011 100011 101011

Color Harmonies of #479474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479474

Black with #479474

Text Example


Text Example

White with #479474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479474; }

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

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

background-color css

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

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

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

border-color css

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

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

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