#478878

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

Shades of Viridian #478878

Tints of Viridian #478878

Color information

#478878 (or 0x478878) is unknown color: approx Viridian. HEX triplet: 47, 88 and 78. RGB value is (71,136,120). Sum of RGB (Red+Green+Blue) = 71+136+120=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #478878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478878 is #B87787. Grayscale: #727272. Windows color (decimal): -12089224 or 7899207. OLE color: 7899207.

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

Color convert

RGB71136120-
CMYK0.4800.120.47
HSL165.23º31.4%40.59%-
HSV(B)165.23º47.79%53.33%-
XYZ14.7920.320.91-
YUV114.74130.9796.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=21.71%
G=41.59%
B=36.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361200.4800.120.47165.2331.440.59
Hex478878300C2Fa51f29
Octal10721017060014572453751
Binary1000111100010001111000110000011001011111010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478878; }

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

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

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

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

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

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

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

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