#478373

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

Shades of Viridian #478373

Tints of Viridian #478373

Color information

#478373 (or 0x478373) is unknown color: approx Viridian. HEX triplet: 47, 83 and 73. RGB value is (71,131,115). Sum of RGB (Red+Green+Blue) = 71+131+115=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #478373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478373 is #B87C8C. Grayscale: #6F6F6F. Windows color (decimal): -12090509 or 7570247. OLE color: 7570247.

HSL color Cylindrical-coordinate representation of color #478373: hue angle of 164º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478373 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB71131115-
CMYK0.4600.120.49
HSL164º29.7%39.61%-
HSV(B)164º45.8%51.37%-
XYZ13.8118.8119.12-
YUV111.24130.1299.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=22.40%
G=41.32%
B=36.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711311150.4600.120.4916429.739.61
Hex4783732E0C31a41e28
Octal10720316356014612443650
Binary1000111100000111110011101110011001100011010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478373; }

 p { color: rgb(71,131,115); }

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

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

 a { background-color: rgb(71,131,115); }

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

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

 span { border-color: rgb(71,131,115); }

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