#449174

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

Shades of Viridian #449174

Tints of Viridian #449174

Color information

#449174 (or 0x449174) is unknown color: approx Viridian. HEX triplet: 44, 91 and 74. RGB value is (68,145,116). Sum of RGB (Red+Green+Blue) = 68+145+116=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #449174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449174 is #BB6E8B. Grayscale: #767676. Windows color (decimal): -12283532 or 7639364. OLE color: 7639364.

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

Color convert

RGB68145116-
CMYK0.5300.20.43
HSL157.4º36.15%41.76%-
HSV(B)157.4º53.1%56.86%-
XYZ15.6622.7420.09-
YUV118.67126.4991.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=20.67%
G=44.07%
B=35.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451160.5300.20.43157.436.1541.76
Hex449174350142B9d242a
Octal10422116465024532354452
Binary100010010010001111010011010101010010101110011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449174; }

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

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

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

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

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

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

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

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