#478873

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

Shades of Viridian #478873

Tints of Viridian #478873

Color information

#478873 (or 0x478873) is unknown color: approx Viridian. HEX triplet: 47, 88 and 73. RGB value is (71,136,115). Sum of RGB (Red+Green+Blue) = 71+136+115=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #478873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478873 is #B8778C. Grayscale: #727272. Windows color (decimal): -12089229 or 7571527. OLE color: 7571527.

HSL color Cylindrical-coordinate representation of color #478873: hue angle of 160.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478873 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB71136115-
CMYK0.4800.150.47
HSL160.62º31.4%40.59%-
HSV(B)160.62º47.79%53.33%-
XYZ14.520.1919.35-
YUV114.17128.4797.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=22.05%
G=42.24%
B=35.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361150.4800.150.47160.6231.440.59
Hex478873300F2Fa11f29
Octal10721016360017572413751
Binary1000111100010001110011110000011111011111010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478873; }

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

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

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

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

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

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

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

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