Html Css Color HEX #479472 Viridian

📋 copy color: '#479472'

red 71 ◦ green 148 ◦ blue 114

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

Shades of Viridian #479472

Tints of Viridian #479472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 21.32%
G = 44.44%
B = 34.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#479472 (or 0x479472) is known color: Viridian. HEX triplet: 47, 94 and 72. RGB value is (71,148,114). Sum of RGB (Red+Green+Blue) = 71+148+114=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #479472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479472 is #B86B8D. Grayscale: #797979. Windows color (decimal): -12086158 or 7509063. OLE color: 7509063.

HSL color Cylindrical-coordinate representation of color #479472: hue angle of 153.51º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479472 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 114 -
CMYK 0.52 0 0.23 0.42
HSL 153.51º 0.35% 0.43% -
HSV(B) 153.51º 0.52% 0.58% -
XYZ 16.23 23.73 19.65 -
YUV 121.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 71 148 114 0.52 0 0.23 0.42 153.51 0.35 0.43
Hex 47 94 72 34 0 17 2A 9A 23 2B
Octal 107 224 162 64 0 27 52 232 43 53
Binary 1000111 10010100 1110010 110100 0 10111 101010 10011010 100011 101011

Color Harmonies of #479472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479472

Black with #479472

Text Example


Text Example

White with #479472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479472; }

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

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

background-color css

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

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

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

border-color css

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

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

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