#476758

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

Shades of Viridian Green #476758

Tints of Viridian Green #476758

Color information

#476758 (or 0x476758) is unknown color: approx Viridian Green. HEX triplet: 47, 67 and 58. RGB value is (71,103,88). Sum of RGB (Red+Green+Blue) = 71+103+88=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #476758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476758 is #B898A7. Grayscale: #5B5B5B. Windows color (decimal): -12097704 or 5793607. OLE color: 5793607.

HSL color Cylindrical-coordinate representation of color #476758: hue angle of 151.88º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476758 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB7110388-
CMYK0.3100.150.60
HSL151.88º18.39%34.12%-
HSV(B)151.88º31.07%40.39%-
XYZ9.2111.7411.01-
YUV91.72125.9113.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=27.10%
G=39.31%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103880.3100.150.60151.8818.3934.12
Hex4767581F0F3C981222
Octal10714713037017742302242
Binary10001111100111101100011111011111111001001100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476758; }

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

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

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

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

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

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

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

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