#479275

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

Shades of Viridian #479275

Tints of Viridian #479275

Color information

#479275 (or 0x479275) is unknown color: approx Viridian. HEX triplet: 47, 92 and 75. RGB value is (71,146,117). Sum of RGB (Red+Green+Blue) = 71+146+117=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #479275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479275 is #B86D8A. Grayscale: #787878. Windows color (decimal): -12086667 or 7705159. OLE color: 7705159.

HSL color Cylindrical-coordinate representation of color #479275: hue angle of 156.8º 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 #479275 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB71146117-
CMYK0.5100.200.43
HSL156.8º34.56%42.55%-
HSV(B)156.8º51.37%57.25%-
XYZ16.0923.1820.46-
YUV120.27126.1592.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=21.26%
G=43.71%
B=35.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461170.5100.200.43156.834.5642.55
Hex479275330142B9d232b
Octal10722216563024532354353
Binary100011110010010111010111001101010010101110011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479275; }

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

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

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

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

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

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

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

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