#449272

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

Shades of Viridian #449272

Tints of Viridian #449272

Color information

#449272 (or 0x449272) is unknown color: approx Viridian. HEX triplet: 44, 92 and 72. RGB value is (68,146,114). Sum of RGB (Red+Green+Blue) = 68+146+114=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #449272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449272 is #BB6D8D. Grayscale: #777777. Windows color (decimal): -12283278 or 7508548. OLE color: 7508548.

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

Color convert

RGB68146114-
CMYK0.5300.220.43
HSL155.38º36.45%41.96%-
HSV(B)155.38º53.42%57.25%-
XYZ15.72319.53-
YUV119.03125.1691.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=20.73%
G=44.51%
B=34.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461140.5300.220.43155.3836.4541.96
Hex449272350162B9b242a
Octal10422216265026532334452
Binary100010010010010111001011010101011010101110011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449272; }

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

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

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

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

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

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

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

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