#478572

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

Shades of Viridian #478572

Tints of Viridian #478572

Color information

#478572 (or 0x478572) is unknown color: approx Viridian. HEX triplet: 47, 85 and 72. RGB value is (71,133,114). Sum of RGB (Red+Green+Blue) = 71+133+114=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #478572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478572 is #B87A8D. Grayscale: #707070. Windows color (decimal): -12089998 or 7505223. OLE color: 7505223.

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

Color convert

RGB71133114-
CMYK0.4700.140.48
HSL161.61º30.39%40%-
HSV(B)161.61º46.62%52.16%-
XYZ14.0219.3318.91-
YUV112.3128.9698.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=22.33%
G=41.82%
B=35.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331140.4700.140.48161.6130.3940
Hex4785722F0E30a21e28
Octal10720516257016602423650
Binary1000111100001011110010101111011101100001010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478572; }

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

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

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

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

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

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

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

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