#476958

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

Shades of Viridian Green #476958

Tints of Viridian Green #476958

Color information

#476958 (or 0x476958) is unknown color: approx Viridian Green. HEX triplet: 47, 69 and 58. RGB value is (71,105,88). Sum of RGB (Red+Green+Blue) = 71+105+88=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #476958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476958 is #B896A7. Grayscale: #5C5C5C. Windows color (decimal): -12097192 or 5794119. OLE color: 5794119.

HSL color Cylindrical-coordinate representation of color #476958: hue angle of 150º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476958 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB7110588-
CMYK0.3200.160.59
HSL150º19.32%34.51%-
HSV(B)150º32.38%41.18%-
XYZ9.4112.1511.08-
YUV92.9125.24112.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=26.89%
G=39.77%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105880.3200.160.5915019.3234.51
Hex476958200103B961323
Octal10715113040020732262343
Binary1000111110100110110001000000100001110111001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476958; }

 p { color: rgb(71,105,88); }

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

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

 a { background-color: rgb(71,105,88); }

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

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

 span { border-color: rgb(71,105,88); }

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