#479474

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

Shades of Viridian #479474

Tints of Viridian #479474

Color information

#479474 (or 0x479474) is unknown color: approx Viridian. HEX triplet: 47, 94 and 74. RGB value is (71,148,116). Sum of RGB (Red+Green+Blue) = 71+148+116=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #479474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479474 is #B86B8B. Grayscale: #797979. Windows color (decimal): -12086156 or 7640135. OLE color: 7640135.

HSL color Cylindrical-coordinate representation of color #479474: hue angle of 155.06º 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 #479474 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB71148116-
CMYK0.5200.220.42
HSL155.06º35.16%42.94%-
HSV(B)155.06º52.03%58.04%-
XYZ16.3423.7820.25-
YUV121.33124.9992.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=21.19%
G=44.18%
B=34.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481160.5200.220.42155.0635.1642.94
Hex479474340162A9b232b
Octal10722416464026522334353
Binary100011110010100111010011010001011010101010011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479474; }

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

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

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

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

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

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

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

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