Html Css Color HEX #478473 Viridian

📋 copy color: '#478473'

red 71 ◦ green 132 ◦ blue 115

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

Shades of Viridian #478473

Tints of Viridian #478473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 22.33%
G = 41.51%
B = 36.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#478473 (or 0x478473) is known color: Viridian. HEX triplet: 47, 84 and 73. RGB value is (71,132,115). Sum of RGB (Red+Green+Blue) = 71+132+115=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #478473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478473 is #B87B8C. Grayscale: #6F6F6F. Windows color (decimal): -12090253 or 7570503. OLE color: 7570503.

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

Color convert

RGB 71 132 115 -
CMYK 0.46 0 0.13 0.48
HSL 163.28º 0.3% 0.4% -
HSV(B) 163.28º 0.46% 0.52% -
XYZ 13.94 19.08 19.17 -
YUV 111.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 71 132 115 0.46 0 0.13 0.48 163.28 0.3 0.4
Hex 47 84 73 2E 0 D 30 A3 1E 28
Octal 107 204 163 56 0 15 60 243 36 50
Binary 1000111 10000100 1110011 101110 0 1101 110000 10100011 11110 101000

Color Harmonies of #478473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478473

Black with #478473

Text Example


Text Example

White with #478473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478473; }

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

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

background-color css

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

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

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

border-color css

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

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

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