#449472

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

Shades of Viridian #449472

Tints of Viridian #449472

Color information

#449472 (or 0x449472) is unknown color: approx Viridian. HEX triplet: 44, 94 and 72. RGB value is (68,148,114). Sum of RGB (Red+Green+Blue) = 68+148+114=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #449472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449472 is #BB6B8D. Grayscale: #787878. Windows color (decimal): -12282766 or 7509060. OLE color: 7509060.

HSL color Cylindrical-coordinate representation of color #449472: hue angle of 154.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449472 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB68148114-
CMYK0.5400.230.42
HSL154.5º37.04%42.35%-
HSV(B)154.5º54.05%58.04%-
XYZ16.0123.6219.64-
YUV120.2124.590.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=20.61%
G=44.85%
B=34.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681481140.5400.230.42154.537.0442.35
Hex449472360172A9a252a
Octal10422416266027522324552
Binary100010010010100111001011011001011110101010011010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449472; }

 p { color: rgb(68,148,114); }

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

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

 a { background-color: rgb(68,148,114); }

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

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

 span { border-color: rgb(68,148,114); }

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