Html Css Color HEX #478477 Viridian

📋 copy color: '#478477'

red 71 ◦ green 132 ◦ blue 119

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

Shades of Viridian #478477

Tints of Viridian #478477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 22.05%
G = 40.99%
B = 36.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#478477 (or 0x478477) is known color: Viridian. HEX triplet: 47, 84 and 77. RGB value is (71,132,119). Sum of RGB (Red+Green+Blue) = 71+132+119=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #478477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478477 is #B87B88. Grayscale: #707070. Windows color (decimal): -12090249 or 7832647. OLE color: 7832647.

HSL color Cylindrical-coordinate representation of color #478477: hue angle of 167.21º 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 #478477 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 119 -
CMYK 0.46 0 0.10 0.48
HSL 167.21º 0.3% 0.4% -
HSV(B) 167.21º 0.46% 0.52% -
XYZ 14.18 19.17 20.41 -
YUV 112.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 71 132 119 0.46 0 0.10 0.48 167.21 0.3 0.4
Hex 47 84 77 2E 0 A 30 A7 1E 28
Octal 107 204 167 56 0 12 60 247 36 50
Binary 1000111 10000100 1110111 101110 0 1010 110000 10100111 11110 101000

Color Harmonies of #478477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478477

Black with #478477

Text Example


Text Example

White with #478477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478477; }

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

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

background-color css

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

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

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

border-color css

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

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

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