#478C75

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

Shades of Viridian #478C75

Tints of Viridian #478C75

Color information

#478C75 (or 0x478C75) is unknown color: approx Viridian. HEX triplet: 47, 8C and 75. RGB value is (71,140,117). Sum of RGB (Red+Green+Blue) = 71+140+117=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #478C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C75 is #B8738A. Grayscale: #747474. Windows color (decimal): -12088203 or 7703623. OLE color: 7703623.

HSL color Cylindrical-coordinate representation of color #478C75: hue angle of 160º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C75 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB71140117-
CMYK0.4900.160.45
HSL160º32.7%41.37%-
HSV(B)160º49.29%54.9%-
XYZ15.1921.3820.16-
YUV116.75128.1495.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=21.65%
G=42.68%
B=35.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711401170.4900.160.4516032.741.37
Hex478C75310102Da02129
Octal10721416561020552404151
Binary100011110001100111010111000101000010110110100000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,140,117); }

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

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

 a { background-color: rgb(71,140,117); }

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

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

 span { border-color: rgb(71,140,117); }

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