Html Css Color HEX #478478 Viridian

📋 copy color: '#478478'

red 71 ◦ green 132 ◦ blue 120

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

Shades of Viridian #478478

Tints of Viridian #478478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 21.98%
G = 40.87%
B = 37.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#478478 (or 0x478478) is known color: Viridian. HEX triplet: 47, 84 and 78. RGB value is (71,132,120). Sum of RGB (Red+Green+Blue) = 71+132+120=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #478478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478478 is #B87B87. Grayscale: #707070. Windows color (decimal): -12090248 or 7898183. OLE color: 7898183.

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

Color convert

RGB 71 132 120 -
CMYK 0.46 0 0.09 0.48
HSL 168.2º 0.3% 0.4% -
HSV(B) 168.2º 0.46% 0.52% -
XYZ 14.24 19.2 20.72 -
YUV 112.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 71 132 120 0.46 0 0.09 0.48 168.2 0.3 0.4
Hex 47 84 78 2E 0 9 30 A8 1E 28
Octal 107 204 170 56 0 11 60 250 36 50
Binary 1000111 10000100 1111000 101110 0 1001 110000 10101000 11110 101000

Color Harmonies of #478478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478478

Black with #478478

Text Example


Text Example

White with #478478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478478; }

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

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

background-color css

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

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

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

border-color css

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

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

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