Html Css Color HEX #478472 Viridian

📋 copy color: '#478472'

red 71 ◦ green 132 ◦ blue 114

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

Shades of Viridian #478472

Tints of Viridian #478472

RGB

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

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

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

R = 22.4%
G = 41.64%
B = 35.96%

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

#478472 (or 0x478472) is known color: Viridian. HEX triplet: 47, 84 and 72. RGB value is (71,132,114). Sum of RGB (Red+Green+Blue) = 71+132+114=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #478472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478472 is #B87B8D. Grayscale: #6F6F6F. Windows color (decimal): -12090254 or 7504967. OLE color: 7504967.

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

Color convert

RGB 71 132 114 -
CMYK 0.46 0 0.14 0.48
HSL 162.3º 0.3% 0.4% -
HSV(B) 162.3º 0.46% 0.52% -
XYZ 13.89 19.06 18.87 -
YUV 111.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 71 132 114 0.46 0 0.14 0.48 162.3 0.3 0.4
Hex 47 84 72 2E 0 E 30 A2 1E 28
Octal 107 204 162 56 0 16 60 242 36 50
Binary 1000111 10000100 1110010 101110 0 1110 110000 10100010 11110 101000

Color Harmonies of #478472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478472

Black with #478472

Text Example


Text Example

White with #478472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478472; }

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

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

background-color css

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

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

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

border-color css

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

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

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