#449275

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

Shades of Viridian #449275

Tints of Viridian #449275

Color information

#449275 (or 0x449275) is unknown color: approx Viridian. HEX triplet: 44, 92 and 75. RGB value is (68,146,117). Sum of RGB (Red+Green+Blue) = 68+146+117=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #449275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449275 is #BB6D8A. Grayscale: #777777. Windows color (decimal): -12283275 or 7705156. OLE color: 7705156.

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

Color convert

RGB68146117-
CMYK0.5300.200.43
HSL157.69º36.45%41.96%-
HSV(B)157.69º53.42%57.25%-
XYZ15.8723.0720.45-
YUV119.37126.6691.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=20.54%
G=44.11%
B=35.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461170.5300.200.43157.6936.4541.96
Hex449275350142B9e242a
Octal10422216565024532364452
Binary100010010010010111010111010101010010101110011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449275; }

 p { color: rgb(68,146,117); }

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

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

 a { background-color: rgb(68,146,117); }

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

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

 span { border-color: rgb(68,146,117); }

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