#449172

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

Shades of Viridian #449172

Tints of Viridian #449172

Color information

#449172 (or 0x449172) is unknown color: approx Viridian. HEX triplet: 44, 91 and 72. RGB value is (68,145,114). Sum of RGB (Red+Green+Blue) = 68+145+114=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #449172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449172 is #BB6E8D. Grayscale: #767676. Windows color (decimal): -12283534 or 7508292. OLE color: 7508292.

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

Color convert

RGB68145114-
CMYK0.5300.210.43
HSL155.84º36.15%41.76%-
HSV(B)155.84º53.1%56.86%-
XYZ15.5522.6919.48-
YUV118.44125.4992.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=20.80%
G=44.34%
B=34.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451140.5300.210.43155.8436.1541.76
Hex449172350152B9c242a
Octal10422116265025532344452
Binary100010010010001111001011010101010110101110011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449172; }

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

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

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

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

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

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

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

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