#479475

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

Shades of Viridian #479475

Tints of Viridian #479475

Color information

#479475 (or 0x479475) is unknown color: approx Viridian. HEX triplet: 47, 94 and 75. RGB value is (71,148,117). Sum of RGB (Red+Green+Blue) = 71+148+117=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #479475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479475 is #B86B8A. Grayscale: #797979. Windows color (decimal): -12086155 or 7705671. OLE color: 7705671.

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

Color convert

RGB71148117-
CMYK0.5200.210.42
HSL155.84º35.16%42.94%-
HSV(B)155.84º52.03%58.04%-
XYZ16.423.820.56-
YUV121.44125.4992.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=21.13%
G=44.05%
B=34.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481170.5200.210.42155.8435.1642.94
Hex479475340152A9c232b
Octal10722416564025522344353
Binary100011110010100111010111010001010110101010011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479475; }

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

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

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

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

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

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

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

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