#44896C

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

Shades of Viridian #44896C

Tints of Viridian #44896C

Color information

#44896C (or 0x44896C) is unknown color: approx Viridian. HEX triplet: 44, 89 and 6C. RGB value is (68,137,108). Sum of RGB (Red+Green+Blue) = 68+137+108=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #44896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44896C is #BB7693. Grayscale: #717171. Windows color (decimal): -12285588 or 7113028. OLE color: 7113028.

HSL color Cylindrical-coordinate representation of color #44896C: hue angle of 154.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44896C is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB68137108-
CMYK0.5000.210.46
HSL154.78º33.66%40.2%-
HSV(B)154.78º50.36%53.73%-
XYZ14.0420.217.35-
YUV113.06125.1495.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=21.73%
G=43.77%
B=34.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371080.5000.210.46154.7833.6640.2
Hex44896C320152E9b2228
Octal10421115462025562334250
Binary100010010001001110110011001001010110111010011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44896C; }

 p { color: rgb(68,137,108); }

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

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

 a { background-color: rgb(68,137,108); }

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

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

 span { border-color: rgb(68,137,108); }

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