#44906E

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

Shades of Viridian #44906E

Tints of Viridian #44906E

Color information

#44906E (or 0x44906E) is unknown color: approx Viridian. HEX triplet: 44, 90 and 6E. RGB value is (68,144,110). Sum of RGB (Red+Green+Blue) = 68+144+110=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #44906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44906E is #BB6F91. Grayscale: #757575. Windows color (decimal): -12283794 or 7245892. OLE color: 7245892.

HSL color Cylindrical-coordinate representation of color #44906E: hue angle of 153.16º 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 #44906E is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB68144110-
CMYK0.5300.240.44
HSL153.16º35.85%41.57%-
HSV(B)153.16º52.78%56.47%-
XYZ15.1722.318.26-
YUV117.4123.8292.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=21.12%
G=44.72%
B=34.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441100.5300.240.44153.1635.8541.57
Hex44906E350182C99242a
Octal10422015665030542314452
Binary100010010010000110111011010101100010110010011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44906E; }

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

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

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

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

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

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

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

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