#44866A

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

Shades of Viridian #44866A

Tints of Viridian #44866A

Color information

#44866A (or 0x44866A) is unknown color: approx Viridian. HEX triplet: 44, 86 and 6A. RGB value is (68,134,106). Sum of RGB (Red+Green+Blue) = 68+134+106=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #44866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44866A is #BB7995. Grayscale: #6F6F6F. Windows color (decimal): -12286358 or 6981188. OLE color: 6981188.

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

Color convert

RGB68134106-
CMYK0.4900.210.47
HSL154.55º32.67%39.61%-
HSV(B)154.55º49.25%52.55%-
XYZ13.5119.3216.65-
YUV111.07125.1397.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=22.08%
G=43.51%
B=34.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341060.4900.210.47154.5532.6739.61
Hex44866A310152F9b2128
Octal10420615261025572334150
Binary100010010000110110101011000101010110111110011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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