#44856C

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

Shades of Viridian #44856C

Tints of Viridian #44856C

Color information

#44856C (or 0x44856C) is unknown color: approx Viridian. HEX triplet: 44, 85 and 6C. RGB value is (68,133,108). Sum of RGB (Red+Green+Blue) = 68+133+108=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #44856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44856C is #BB7A93. Grayscale: #6E6E6E. Windows color (decimal): -12286612 or 7112004. OLE color: 7112004.

HSL color Cylindrical-coordinate representation of color #44856C: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44856C is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB68133108-
CMYK0.4900.190.48
HSL156.92º32.34%39.41%-
HSV(B)156.92º48.87%52.16%-
XYZ13.4819.0917.16-
YUV110.71126.4797.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=22.01%
G=43.04%
B=34.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331080.4900.190.48156.9232.3439.41
Hex44856C31013309d2027
Octal10420515461023602354047
Binary100010010000101110110011000101001111000010011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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