#476354

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

Shades of Viridian Green #476354

Tints of Viridian Green #476354

Color information

#476354 (or 0x476354) is unknown color: approx Viridian Green. HEX triplet: 47, 63 and 54. RGB value is (71,99,84). Sum of RGB (Red+Green+Blue) = 71+99+84=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #476354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476354 is #B89CAB. Grayscale: #585858. Windows color (decimal): -12098732 or 5530439. OLE color: 5530439.

HSL color Cylindrical-coordinate representation of color #476354: hue angle of 147.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476354 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB719984-
CMYK0.2800.150.61
HSL147.86º16.47%33.33%-
HSV(B)147.86º28.28%38.82%-
XYZ8.6610.910.04-
YUV88.92125.22115.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=27.95%
G=38.98%
B=33.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199840.2800.150.61147.8616.4733.33
Hex4763541C0F3D941021
Octal10714312434017752242041
Binary10001111100011101010011100011111111011001010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476354; }

 p { color: rgb(71,99,84); }

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

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

 a { background-color: rgb(71,99,84); }

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

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

 span { border-color: rgb(71,99,84); }

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