#489274

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

Shades of Viridian #489274

Tints of Viridian #489274

Color information

#489274 (or 0x489274) is unknown color: approx Viridian. HEX triplet: 48, 92 and 74. RGB value is (72,146,116). Sum of RGB (Red+Green+Blue) = 72+146+116=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #489274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489274 is #B76D8B. Grayscale: #787878. Windows color (decimal): -12021132 or 7639624. OLE color: 7639624.

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

Color convert

RGB72146116-
CMYK0.5100.210.43
HSL155.68º33.94%42.75%-
HSV(B)155.68º50.68%57.25%-
XYZ16.123.220.15-
YUV120.45125.4893.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=21.56%
G=43.71%
B=34.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461160.5100.210.43155.6833.9442.75
Hex489274330152B9c222b
Octal11022216463025532344253
Binary100100010010010111010011001101010110101110011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489274; }

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

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

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

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

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

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

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

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