Html Css Color HEX #478470 Viridian

📋 copy color: '#478470'

red 71 ◦ green 132 ◦ blue 112

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

Shades of Viridian #478470

Tints of Viridian #478470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 22.54%
G = 41.9%
B = 35.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#478470 (or 0x478470) is known color: Viridian. HEX triplet: 47, 84 and 70. RGB value is (71,132,112). Sum of RGB (Red+Green+Blue) = 71+132+112=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #478470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478470 is #B87B8F. Grayscale: #6F6F6F. Windows color (decimal): -12090256 or 7373895. OLE color: 7373895.

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

Color convert

RGB 71 132 112 -
CMYK 0.46 0 0.15 0.48
HSL 160.33º 0.3% 0.4% -
HSV(B) 160.33º 0.46% 0.52% -
XYZ 13.77 19.01 18.27 -
YUV 111.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 71 132 112 0.46 0 0.15 0.48 160.33 0.3 0.4
Hex 47 84 70 2E 0 F 30 A0 1E 28
Octal 107 204 160 56 0 17 60 240 36 50
Binary 1000111 10000100 1110000 101110 0 1111 110000 10100000 11110 101000

Color Harmonies of #478470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478470

Black with #478470

Text Example


Text Example

White with #478470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478470; }

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

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

background-color css

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

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

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

border-color css

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

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

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