#478773

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

Shades of Viridian #478773

Tints of Viridian #478773

Color information

#478773 (or 0x478773) is unknown color: approx Viridian. HEX triplet: 47, 87 and 73. RGB value is (71,135,115). Sum of RGB (Red+Green+Blue) = 71+135+115=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #478773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478773 is #B8788C. Grayscale: #717171. Windows color (decimal): -12089485 or 7571271. OLE color: 7571271.

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

Color convert

RGB71135115-
CMYK0.4700.150.47
HSL161.25º31.07%40.39%-
HSV(B)161.25º47.41%52.94%-
XYZ14.3619.9119.31-
YUV113.58128.897.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=22.12%
G=42.06%
B=35.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351150.4700.150.47161.2531.0740.39
Hex4787732F0F2Fa11f28
Octal10720716357017572413750
Binary1000111100001111110011101111011111011111010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478773; }

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

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

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

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

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

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

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

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