Html Css Color HEX #479172 Viridian

📋 copy color: '#479172'

red 71 ◦ green 145 ◦ blue 114

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

Shades of Viridian #479172

Tints of Viridian #479172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

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

R = 21.52%
G = 43.94%
B = 34.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#479172 (or 0x479172) is known color: Viridian. HEX triplet: 47, 91 and 72. RGB value is (71,145,114). Sum of RGB (Red+Green+Blue) = 71+145+114=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #479172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479172 is #B86E8D. Grayscale: #777777. Windows color (decimal): -12086926 or 7508295. OLE color: 7508295.

HSL color Cylindrical-coordinate representation of color #479172: hue angle of 154.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479172 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 114 -
CMYK 0.51 0 0.21 0.43
HSL 154.86º 0.34% 0.42% -
HSV(B) 154.86º 0.51% 0.57% -
XYZ 15.76 22.81 19.49 -
YUV 119.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 71 145 114 0.51 0 0.21 0.43 154.86 0.34 0.42
Hex 47 91 72 33 0 15 2B 9B 22 2A
Octal 107 221 162 63 0 25 53 233 42 52
Binary 1000111 10010001 1110010 110011 0 10101 101011 10011011 100010 101010

Color Harmonies of #479172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479172

Black with #479172

Text Example


Text Example

White with #479172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479172; }

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

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

background-color css

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

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

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

border-color css

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

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

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