#478073

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

Shades of Viridian #478073

Tints of Viridian #478073

Color information

#478073 (or 0x478073) is unknown color: approx Viridian. HEX triplet: 47, 80 and 73. RGB value is (71,128,115). Sum of RGB (Red+Green+Blue) = 71+128+115=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #478073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478073 is #B87F8C. Grayscale: #6D6D6D. Windows color (decimal): -12091277 or 7569479. OLE color: 7569479.

HSL color Cylindrical-coordinate representation of color #478073: hue angle of 166.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478073 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB71128115-
CMYK0.4500.100.50
HSL166.32º28.64%39.02%-
HSV(B)166.32º44.53%50.2%-
XYZ13.4118.0218.99-
YUV109.48131.12100.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=22.61%
G=40.76%
B=36.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711281150.4500.100.50166.3228.6439.02
Hex4780732D0A32a61d27
Octal10720016355012622463547
Binary1000111100000001110011101101010101100101010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478073; }

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

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

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

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

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

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

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

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