#489370

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

Shades of Viridian #489370

Tints of Viridian #489370

Color information

#489370 (or 0x489370) is unknown color: approx Viridian. HEX triplet: 48, 93 and 70. RGB value is (72,147,112). Sum of RGB (Red+Green+Blue) = 72+147+112=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #489370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489370 is #B76C8F. Grayscale: #787878. Windows color (decimal): -12020880 or 7377736. OLE color: 7377736.

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

Color convert

RGB72147112-
CMYK0.5100.240.42
HSL152º34.25%42.94%-
HSV(B)152º51.02%57.65%-
XYZ16.0323.4219-
YUV120.58123.1593.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=21.75%
G=44.41%
B=33.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471120.5100.240.4215234.2542.94
Hex489370330182A98222b
Octal11022316063030522304253
Binary100100010010011111000011001101100010101010011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489370; }

 p { color: rgb(72,147,112); }

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

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

 a { background-color: rgb(72,147,112); }

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

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

 span { border-color: rgb(72,147,112); }

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