Html Css Color HEX #478271 Viridian

📋 copy color: '#478271'

red 71 ◦ green 130 ◦ blue 113

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

Shades of Viridian #478271

Tints of Viridian #478271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 22.61%
G = 41.4%
B = 35.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#478271 (or 0x478271) is known color: Viridian. HEX triplet: 47, 82 and 71. RGB value is (71,130,113). Sum of RGB (Red+Green+Blue) = 71+130+113=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #478271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478271 is #B87D8E. Grayscale: #6E6E6E. Windows color (decimal): -12090767 or 7438919. OLE color: 7438919.

HSL color Cylindrical-coordinate representation of color #478271: hue angle of 162.71º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478271 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 113 -
CMYK 0.45 0 0.13 0.49
HSL 162.71º 0.29% 0.39% -
HSV(B) 162.71º 0.45% 0.51% -
XYZ 13.56 18.5 18.48 -
YUV 110.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 71 130 113 0.45 0 0.13 0.49 162.71 0.29 0.39
Hex 47 82 71 2D 0 D 31 A3 1D 27
Octal 107 202 161 55 0 15 61 243 35 47
Binary 1000111 10000010 1110001 101101 0 1101 110001 10100011 11101 100111

Color Harmonies of #478271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478271

Black with #478271

Text Example


Text Example

White with #478271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478271; }

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

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

background-color css

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

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

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

border-color css

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

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

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