#478772

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

Shades of Viridian #478772

Tints of Viridian #478772

Color information

#478772 (or 0x478772) is unknown color: approx Viridian. HEX triplet: 47, 87 and 72. RGB value is (71,135,114). Sum of RGB (Red+Green+Blue) = 71+135+114=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #478772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478772 is #B8788D. Grayscale: #717171. Windows color (decimal): -12089486 or 7505735. OLE color: 7505735.

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

Color convert

RGB71135114-
CMYK0.4700.160.47
HSL160.31º31.07%40.39%-
HSV(B)160.31º47.41%52.94%-
XYZ14.319.8819-
YUV113.47128.397.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=22.19%
G=42.19%
B=35.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351140.4700.160.47160.3131.0740.39
Hex4787722F0102Fa01f28
Octal10720716257020572403750
Binary10001111000011111100101011110100001011111010000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478772; }

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

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

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

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

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

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

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

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