#449177

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

Shades of Viridian #449177

Tints of Viridian #449177

Color information

#449177 (or 0x449177) is unknown color: approx Viridian. HEX triplet: 44, 91 and 77. RGB value is (68,145,119). Sum of RGB (Red+Green+Blue) = 68+145+119=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #449177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449177 is #BB6E88. Grayscale: #777777. Windows color (decimal): -12283529 or 7835972. OLE color: 7835972.

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

Color convert

RGB68145119-
CMYK0.5300.180.43
HSL159.74º36.15%41.76%-
HSV(B)159.74º53.1%56.86%-
XYZ15.8422.8121.02-
YUV119.01127.9991.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=20.48%
G=43.67%
B=35.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451190.5300.180.43159.7436.1541.76
Hex449177350122Ba0242a
Octal10422116765022532404452
Binary100010010010001111011111010101001010101110100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449177; }

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

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

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

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

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

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

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

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