#478D6B

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

Shades of Viridian #478D6B

Tints of Viridian #478D6B

Color information

#478D6B (or 0x478D6B) is unknown color: approx Viridian. HEX triplet: 47, 8D and 6B. RGB value is (71,141,107). Sum of RGB (Red+Green+Blue) = 71+141+107=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #478D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D6B is #B87294. Grayscale: #747474. Windows color (decimal): -12087957 or 7048519. OLE color: 7048519.

HSL color Cylindrical-coordinate representation of color #478D6B: hue angle of 150.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D6B is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB71141107-
CMYK0.5000.240.45
HSL150.86º33.02%41.57%-
HSV(B)150.86º49.65%55.29%-
XYZ14.7821.4517.27-
YUV116.19122.8195.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=22.26%
G=44.20%
B=33.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711411070.5000.240.45150.8633.0241.57
Hex478D6B320182D97212a
Octal10721515362030552274152
Binary100011110001101110101111001001100010110110010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D6B; }

 p { color: rgb(71,141,107); }

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

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

 a { background-color: rgb(71,141,107); }

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

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

 span { border-color: rgb(71,141,107); }

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