#476858

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

Shades of Viridian Green #476858

Tints of Viridian Green #476858

Color information

#476858 (or 0x476858) is unknown color: approx Viridian Green. HEX triplet: 47, 68 and 58. RGB value is (71,104,88). Sum of RGB (Red+Green+Blue) = 71+104+88=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #476858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476858 is #B897A7. Grayscale: #5C5C5C. Windows color (decimal): -12097448 or 5793863. OLE color: 5793863.

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

Color convert

RGB7110488-
CMYK0.3200.150.59
HSL150.91º18.86%34.31%-
HSV(B)150.91º31.73%40.78%-
XYZ9.3111.9411.05-
YUV92.31125.57112.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=27.00%
G=39.54%
B=33.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104880.3200.150.59150.9118.8634.31
Hex476858200F3B971322
Octal10715013040017732272342
Binary100011111010001011000100000011111110111001011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476858; }

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

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

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

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

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

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

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

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