#489275

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

Shades of Viridian #489275

Tints of Viridian #489275

Color information

#489275 (or 0x489275) is unknown color: approx Viridian. HEX triplet: 48, 92 and 75. RGB value is (72,146,117). Sum of RGB (Red+Green+Blue) = 72+146+117=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #489275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489275 is #B76D8A. Grayscale: #787878. Windows color (decimal): -12021131 or 7705160. OLE color: 7705160.

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

Color convert

RGB72146117-
CMYK0.5100.200.43
HSL156.49º33.94%42.75%-
HSV(B)156.49º50.68%57.25%-
XYZ16.1623.2220.46-
YUV120.57125.9893.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=21.49%
G=43.58%
B=34.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461170.5100.200.43156.4933.9442.75
Hex489275330142B9c222b
Octal11022216563024532344253
Binary100100010010010111010111001101010010101110011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489275; }

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

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

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

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

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

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

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

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