#478874

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

Shades of Viridian #478874

Tints of Viridian #478874

Color information

#478874 (or 0x478874) is unknown color: approx Viridian. HEX triplet: 47, 88 and 74. RGB value is (71,136,116). Sum of RGB (Red+Green+Blue) = 71+136+116=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #478874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478874 is #B8778B. Grayscale: #727272. Windows color (decimal): -12089228 or 7637063. OLE color: 7637063.

HSL color Cylindrical-coordinate representation of color #478874: hue angle of 161.54º 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 #478874 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB71136116-
CMYK0.4800.150.47
HSL161.54º31.4%40.59%-
HSV(B)161.54º47.79%53.33%-
XYZ14.5620.2119.66-
YUV114.28128.9797.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=21.98%
G=42.11%
B=35.91%

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
Decimal711361160.4800.150.47161.5431.440.59
Hex478874300F2Fa21f29
Octal10721016460017572423751
Binary1000111100010001110100110000011111011111010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478874; }

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

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

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

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

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

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

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

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