#449073

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

Shades of Viridian #449073

Tints of Viridian #449073

Color information

#449073 (or 0x449073) is unknown color: approx Viridian. HEX triplet: 44, 90 and 73. RGB value is (68,144,115). Sum of RGB (Red+Green+Blue) = 68+144+115=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #449073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449073 is #BB6F8C. Grayscale: #767676. Windows color (decimal): -12283789 or 7573572. OLE color: 7573572.

HSL color Cylindrical-coordinate representation of color #449073: hue angle of 157.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449073 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB68144115-
CMYK0.5300.200.44
HSL157.11º35.85%41.57%-
HSV(B)157.11º52.78%56.47%-
XYZ15.4522.4119.73-
YUV117.97126.3292.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=20.80%
G=44.04%
B=35.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441150.5300.200.44157.1135.8541.57
Hex449073350142C9d242a
Octal10422016365024542354452
Binary100010010010000111001111010101010010110010011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449073; }

 p { color: rgb(68,144,115); }

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

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

 a { background-color: rgb(68,144,115); }

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

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

 span { border-color: rgb(68,144,115); }

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