#478570

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

Shades of Viridian #478570

Tints of Viridian #478570

Color information

#478570 (or 0x478570) is unknown color: approx Viridian. HEX triplet: 47, 85 and 70. RGB value is (71,133,112). Sum of RGB (Red+Green+Blue) = 71+133+112=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #478570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478570 is #B87A8F. Grayscale: #707070. Windows color (decimal): -12090000 or 7374151. OLE color: 7374151.

HSL color Cylindrical-coordinate representation of color #478570: hue angle of 159.68º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478570 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB71133112-
CMYK0.4700.160.48
HSL159.68º30.39%40%-
HSV(B)159.68º46.62%52.16%-
XYZ13.9119.2818.32-
YUV112.07127.9698.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=22.47%
G=42.09%
B=35.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331120.4700.160.48159.6830.3940
Hex4785702F01030a01e28
Octal10720516057020602403650
Binary10001111000010111100001011110100001100001010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478570; }

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

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

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

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

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

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

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

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