#44886B

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

Shades of Viridian #44886B

Tints of Viridian #44886B

Color information

#44886B (or 0x44886B) is unknown color: approx Viridian. HEX triplet: 44, 88 and 6B. RGB value is (68,136,107). Sum of RGB (Red+Green+Blue) = 68+136+107=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #44886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44886B is #BB7794. Grayscale: #707070. Windows color (decimal): -12285845 or 7047236. OLE color: 7047236.

HSL color Cylindrical-coordinate representation of color #44886B: hue angle of 154.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44886B is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB68136107-
CMYK0.5000.210.47
HSL154.41º33.33%40%-
HSV(B)154.41º50%53.33%-
XYZ13.8419.917.02-
YUV112.36124.9796.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=21.86%
G=43.73%
B=34.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361070.5000.210.47154.4133.3340
Hex44886B320152F9a2128
Octal10421015362025572324150
Binary100010010001000110101111001001010110111110011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44886B; }

 p { color: rgb(68,136,107); }

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

<style>
 a { background-color: #44886B; }

 a { background-color: rgb(68,136,107); }

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

<style>
 span { border-color: #44886B; }

 span { border-color: rgb(68,136,107); }

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