Html Css Color HEX #478474 Viridian

📋 copy color: '#478474'

red 71 ◦ green 132 ◦ blue 116

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

Shades of Viridian #478474

Tints of Viridian #478474

RGB

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

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

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

R = 22.26%
G = 41.38%
B = 36.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#478474 (or 0x478474) is known color: Viridian. HEX triplet: 47, 84 and 74. RGB value is (71,132,116). Sum of RGB (Red+Green+Blue) = 71+132+116=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #478474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478474 is #B87B8B. Grayscale: #6F6F6F. Windows color (decimal): -12090252 or 7636039. OLE color: 7636039.

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

Color convert

RGB 71 132 116 -
CMYK 0.46 0 0.12 0.48
HSL 164.26º 0.3% 0.4% -
HSV(B) 164.26º 0.46% 0.52% -
XYZ 14 19.1 19.47 -
YUV 111.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 71 132 116 0.46 0 0.12 0.48 164.26 0.3 0.4
Hex 47 84 74 2E 0 C 30 A4 1E 28
Octal 107 204 164 56 0 14 60 244 36 50
Binary 1000111 10000100 1110100 101110 0 1100 110000 10100100 11110 101000

Color Harmonies of #478474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478474

Black with #478474

Text Example


Text Example

White with #478474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478474; }

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

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

background-color css

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

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

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

border-color css

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

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

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