Html Css Color HEX #478D72 Viridian

📋 copy color: '#478D72'

red 71 ◦ green 141 ◦ blue 114

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

Shades of Viridian #478D72

Tints of Viridian #478D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 21.78%
G = 43.25%
B = 34.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#478D72 (or 0x478D72) is known color: Viridian. HEX triplet: 47, 8D and 72. RGB value is (71,141,114). Sum of RGB (Red+Green+Blue) = 71+141+114=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #478D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D72 is #B8728D. Grayscale: #757575. Windows color (decimal): -12087950 or 7507271. OLE color: 7507271.

HSL color Cylindrical-coordinate representation of color #478D72: hue angle of 156.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D72 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 114 -
CMYK 0.50 0 0.19 0.45
HSL 156.86º 0.33% 0.42% -
HSV(B) 156.86º 0.5% 0.55% -
XYZ 15.16 21.6 19.29 -
YUV 116.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 71 141 114 0.50 0 0.19 0.45 156.86 0.33 0.42
Hex 47 8D 72 32 0 13 2D 9D 21 2A
Octal 107 215 162 62 0 23 55 235 41 52
Binary 1000111 10001101 1110010 110010 0 10011 101101 10011101 100001 101010

Color Harmonies of #478D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D72

Black with #478D72

Text Example


Text Example

White with #478D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478D72; }

 p { color: rgb(71,141,114); }

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

background-color css

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

 a { background-color: rgb(71,141,114); }

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

border-color css

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

 span { border-color: rgb(71,141,114); }

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