#478777

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

Shades of Viridian #478777

Tints of Viridian #478777

Color information

#478777 (or 0x478777) is unknown color: approx Viridian. HEX triplet: 47, 87 and 77. RGB value is (71,135,119). Sum of RGB (Red+Green+Blue) = 71+135+119=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #478777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478777 is #B87888. Grayscale: #727272. Windows color (decimal): -12089481 or 7833415. OLE color: 7833415.

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

Color convert

RGB71135119-
CMYK0.4700.120.47
HSL165º31.07%40.39%-
HSV(B)165º47.41%52.94%-
XYZ14.592020.54-
YUV114.04130.897.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=21.85%
G=41.54%
B=36.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351190.4700.120.4716531.0740.39
Hex4787772F0C2Fa51f28
Octal10720716757014572453750
Binary1000111100001111110111101111011001011111010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478777; }

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

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

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

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

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

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

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

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