#449176

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

Shades of Viridian #449176

Tints of Viridian #449176

Color information

#449176 (or 0x449176) is unknown color: approx Viridian. HEX triplet: 44, 91 and 76. RGB value is (68,145,118). Sum of RGB (Red+Green+Blue) = 68+145+118=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #449176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449176 is #BB6E89. Grayscale: #767676. Windows color (decimal): -12283530 or 7770436. OLE color: 7770436.

HSL color Cylindrical-coordinate representation of color #449176: hue angle of 158.96º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449176 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB68145118-
CMYK0.5300.190.43
HSL158.96º36.15%41.76%-
HSV(B)158.96º53.1%56.86%-
XYZ15.7822.7920.71-
YUV118.9127.4991.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=20.54%
G=43.81%
B=35.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451180.5300.190.43158.9636.1541.76
Hex449176350132B9f242a
Octal10422116665023532374452
Binary100010010010001111011011010101001110101110011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449176; }

 p { color: rgb(68,145,118); }

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

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

 a { background-color: rgb(68,145,118); }

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

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

 span { border-color: rgb(68,145,118); }

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