Html Css Color HEX #478471 Viridian

📋 copy color: '#478471'

red 71 ◦ green 132 ◦ blue 113

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

Shades of Viridian #478471

Tints of Viridian #478471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 22.47%
G = 41.77%
B = 35.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#478471 (or 0x478471) is known color: Viridian. HEX triplet: 47, 84 and 71. RGB value is (71,132,113). Sum of RGB (Red+Green+Blue) = 71+132+113=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #478471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478471 is #B87B8E. Grayscale: #6F6F6F. Windows color (decimal): -12090255 or 7439431. OLE color: 7439431.

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

Color convert

RGB 71 132 113 -
CMYK 0.46 0 0.14 0.48
HSL 161.31º 0.3% 0.4% -
HSV(B) 161.31º 0.46% 0.52% -
XYZ 13.83 19.03 18.57 -
YUV 111.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 71 132 113 0.46 0 0.14 0.48 161.31 0.3 0.4
Hex 47 84 71 2E 0 E 30 A1 1E 28
Octal 107 204 161 56 0 16 60 241 36 50
Binary 1000111 10000100 1110001 101110 0 1110 110000 10100001 11110 101000

Color Harmonies of #478471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478471

Black with #478471

Text Example


Text Example

White with #478471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478471; }

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

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

background-color css

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

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

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

border-color css

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

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

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