#489375

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

Shades of Viridian #489375

Tints of Viridian #489375

Color information

#489375 (or 0x489375) is unknown color: approx Viridian. HEX triplet: 48, 93 and 75. RGB value is (72,147,117). Sum of RGB (Red+Green+Blue) = 72+147+117=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #489375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489375 is #B76C8A. Grayscale: #797979. Windows color (decimal): -12020875 or 7705416. OLE color: 7705416.

HSL color Cylindrical-coordinate representation of color #489375: hue angle of 156º 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 #489375 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB72147117-
CMYK0.5100.200.42
HSL156º34.25%42.94%-
HSV(B)156º51.02%57.65%-
XYZ16.3223.5320.51-
YUV121.16125.6592.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=21.43%
G=43.75%
B=34.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471170.5100.200.4215634.2542.94
Hex489375330142A9c222b
Octal11022316563024522344253
Binary100100010010011111010111001101010010101010011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489375; }

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

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

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

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

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

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

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

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