Html Css Color HEX #478476 Viridian

📋 copy color: '#478476'

red 71 ◦ green 132 ◦ blue 118

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

Shades of Viridian #478476

Tints of Viridian #478476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

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

R = 22.12%
G = 41.12%
B = 36.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#478476 (or 0x478476) is known color: Viridian. HEX triplet: 47, 84 and 76. RGB value is (71,132,118). Sum of RGB (Red+Green+Blue) = 71+132+118=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #478476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478476 is #B87B89. Grayscale: #707070. Windows color (decimal): -12090250 or 7767111. OLE color: 7767111.

HSL color Cylindrical-coordinate representation of color #478476: hue angle of 166.23º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478476 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 118 -
CMYK 0.46 0 0.11 0.48
HSL 166.23º 0.3% 0.4% -
HSV(B) 166.23º 0.46% 0.52% -
XYZ 14.12 19.15 20.09 -
YUV 112.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 71 132 118 0.46 0 0.11 0.48 166.23 0.3 0.4
Hex 47 84 76 2E 0 B 30 A6 1E 28
Octal 107 204 166 56 0 13 60 246 36 50
Binary 1000111 10000100 1110110 101110 0 1011 110000 10100110 11110 101000

Color Harmonies of #478476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478476

Black with #478476

Text Example


Text Example

White with #478476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478476; }

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

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

background-color css

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

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

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

border-color css

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

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

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