#478776

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

Shades of Viridian #478776

Tints of Viridian #478776

Color information

#478776 (or 0x478776) is unknown color: approx Viridian. HEX triplet: 47, 87 and 76. RGB value is (71,135,118). Sum of RGB (Red+Green+Blue) = 71+135+118=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #478776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478776 is #B87889. Grayscale: #717171. Windows color (decimal): -12089482 or 7767879. OLE color: 7767879.

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

Color convert

RGB71135118-
CMYK0.4700.130.47
HSL164.06º31.07%40.39%-
HSV(B)164.06º47.41%52.94%-
XYZ14.5319.9820.23-
YUV113.93130.397.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=21.91%
G=41.67%
B=36.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351180.4700.130.47164.0631.0740.39
Hex4787762F0D2Fa41f28
Octal10720716657015572443750
Binary1000111100001111110110101111011011011111010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478776; }

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

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

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

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

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

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

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

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