#44866D

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

Shades of Viridian #44866D

Tints of Viridian #44866D

Color information

#44866D (or 0x44866D) is unknown color: approx Viridian. HEX triplet: 44, 86 and 6D. RGB value is (68,134,109). Sum of RGB (Red+Green+Blue) = 68+134+109=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #44866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44866D is #BB7992. Grayscale: #6F6F6F. Windows color (decimal): -12286355 or 7177796. OLE color: 7177796.

HSL color Cylindrical-coordinate representation of color #44866D: hue angle of 157.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44866D is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB68134109-
CMYK0.4900.190.47
HSL157.27º32.67%39.61%-
HSV(B)157.27º49.25%52.55%-
XYZ13.6719.3817.49-
YUV111.42126.6397.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=21.86%
G=43.09%
B=35.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341090.4900.190.47157.2732.6739.61
Hex44866D310132F9d2128
Octal10420615561023572354150
Binary100010010000110110110111000101001110111110011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44866D; }

 p { color: rgb(68,134,109); }

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

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

 a { background-color: rgb(68,134,109); }

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

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

 span { border-color: rgb(68,134,109); }

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