#489574

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

Shades of Viridian #489574

Tints of Viridian #489574

Color information

#489574 (or 0x489574) is unknown color: approx Viridian. HEX triplet: 48, 95 and 74. RGB value is (72,149,116). Sum of RGB (Red+Green+Blue) = 72+149+116=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #489574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489574 is #B76A8B. Grayscale: #7A7A7A. Windows color (decimal): -12020364 or 7640392. OLE color: 7640392.

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

Color convert

RGB72149116-
CMYK0.5200.220.42
HSL154.29º34.84%43.33%-
HSV(B)154.29º51.68%58.43%-
XYZ16.5724.1320.31-
YUV122.21124.4992.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=21.36%
G=44.21%
B=34.42%

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
Decimal721491160.5200.220.42154.2934.8443.33
Hex489574340162A9a232b
Octal11022516464026522324353
Binary100100010010101111010011010001011010101010011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489574; }

 p { color: rgb(72,149,116); }

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

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

 a { background-color: rgb(72,149,116); }

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

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

 span { border-color: rgb(72,149,116); }

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