#478770

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

Shades of Viridian #478770

Tints of Viridian #478770

Color information

#478770 (or 0x478770) is unknown color: approx Viridian. HEX triplet: 47, 87 and 70. RGB value is (71,135,112). Sum of RGB (Red+Green+Blue) = 71+135+112=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #478770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478770 is #B8788F. Grayscale: #717171. Windows color (decimal): -12089488 or 7374663. OLE color: 7374663.

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

Color convert

RGB71135112-
CMYK0.4700.170.47
HSL158.44º31.07%40.39%-
HSV(B)158.44º47.41%52.94%-
XYZ14.1919.8418.41-
YUV113.24127.397.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=22.33%
G=42.45%
B=35.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351120.4700.170.47158.4431.0740.39
Hex4787702F0112F9e1f28
Octal10720716057021572363750
Binary10001111000011111100001011110100011011111001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478770; }

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

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

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

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

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

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

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

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