#44866F

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

Shades of Viridian #44866F

Tints of Viridian #44866F

Color information

#44866F (or 0x44866F) is unknown color: approx Viridian. HEX triplet: 44, 86 and 6F. RGB value is (68,134,111). Sum of RGB (Red+Green+Blue) = 68+134+111=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #44866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44866F is #BB7990. Grayscale: #6F6F6F. Windows color (decimal): -12286353 or 7308868. OLE color: 7308868.

HSL color Cylindrical-coordinate representation of color #44866F: hue angle of 159.09º 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 #44866F is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB68134111-
CMYK0.4900.170.47
HSL159.09º32.67%39.61%-
HSV(B)159.09º49.25%52.55%-
XYZ13.7819.4318.06-
YUV111.64127.6396.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=21.73%
G=42.81%
B=35.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341110.4900.170.47159.0932.6739.61
Hex44866F310112F9f2128
Octal10420615761021572374150
Binary100010010000110110111111000101000110111110011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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