#479372

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

Shades of Viridian #479372

Tints of Viridian #479372

Color information

#479372 (or 0x479372) is unknown color: approx Viridian. HEX triplet: 47, 93 and 72. RGB value is (71,147,114). Sum of RGB (Red+Green+Blue) = 71+147+114=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #479372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479372 is #B86C8D. Grayscale: #787878. Windows color (decimal): -12086414 or 7508807. OLE color: 7508807.

HSL color Cylindrical-coordinate representation of color #479372: hue angle of 153.95º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479372 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB71147114-
CMYK0.5200.220.42
HSL153.95º34.86%42.75%-
HSV(B)153.95º51.7%57.65%-
XYZ16.0723.4219.59-
YUV120.51124.3292.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=21.39%
G=44.28%
B=34.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471140.5200.220.42153.9534.8642.75
Hex479372340162A9a232b
Octal10722316264026522324353
Binary100011110010011111001011010001011010101010011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479372; }

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

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

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

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

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

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

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

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