#479274

Color #479274 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #479274

Tints of Viridian #479274

Color information

#479274 (or 0x479274) is unknown color: approx Viridian. HEX triplet: 47, 92 and 74. RGB value is (71,146,116). Sum of RGB (Red+Green+Blue) = 71+146+116=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #479274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479274 is #B86D8B. Grayscale: #787878. Windows color (decimal): -12086668 or 7639623. OLE color: 7639623.

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

Color convert

RGB71146116-
CMYK0.5100.210.43
HSL156º34.56%42.55%-
HSV(B)156º51.37%57.25%-
XYZ16.0323.1620.15-
YUV120.16125.6592.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=21.32%
G=43.84%
B=34.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461160.5100.210.4315634.5642.55
Hex479274330152B9c232b
Octal10722216463025532344353
Binary100011110010010111010011001101010110101110011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479274; }

 p { color: rgb(71,146,116); }

 H1.HeaderClassName
 {
   color: #479274;
 }
 .AnyTagClassName
 {
   color: #479274;
 }
</style>
background-color css

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

 a { background-color: rgb(71,146,116); }

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

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

 span { border-color: rgb(71,146,116); }

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