#478F6B

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

Shades of Viridian #478F6B

Tints of Viridian #478F6B

Color information

#478F6B (or 0x478F6B) is unknown color: approx Viridian. HEX triplet: 47, 8F and 6B. RGB value is (71,143,107). Sum of RGB (Red+Green+Blue) = 71+143+107=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #478F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F6B is #B87094. Grayscale: #757575. Windows color (decimal): -12087445 or 7049031. OLE color: 7049031.

HSL color Cylindrical-coordinate representation of color #478F6B: hue angle of 150º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F6B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB71143107-
CMYK0.5000.250.44
HSL150º33.64%41.96%-
HSV(B)150º50.35%56.08%-
XYZ15.0722.0517.37-
YUV117.37122.1594.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=22.12%
G=44.55%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711431070.5000.250.4415033.6441.96
Hex478F6B320192C96222a
Octal10721715362031542264252
Binary100011110001111110101111001001100110110010010110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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