#478977

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

Shades of Viridian #478977

Tints of Viridian #478977

Color information

#478977 (or 0x478977) is unknown color: approx Viridian. HEX triplet: 47, 89 and 77. RGB value is (71,137,119). Sum of RGB (Red+Green+Blue) = 71+137+119=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #478977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478977 is #B87688. Grayscale: #737373. Windows color (decimal): -12088969 or 7833927. OLE color: 7833927.

HSL color Cylindrical-coordinate representation of color #478977: hue angle of 163.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478977 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB71137119-
CMYK0.4800.130.46
HSL163.64º31.73%40.78%-
HSV(B)163.64º48.18%53.73%-
XYZ14.8720.5620.64-
YUV115.21130.1396.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=21.71%
G=41.90%
B=36.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711371190.4800.130.46163.6431.7340.78
Hex478977300D2Ea42029
Octal10721116760015562444051
Binary10001111000100111101111100000110110111010100100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478977; }

 p { color: rgb(71,137,119); }

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

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

 a { background-color: rgb(71,137,119); }

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

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

 span { border-color: rgb(71,137,119); }

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