#44826D

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

Shades of Viridian #44826D

Tints of Viridian #44826D

Color information

#44826D (or 0x44826D) is unknown color: approx Viridian. HEX triplet: 44, 82 and 6D. RGB value is (68,130,109). Sum of RGB (Red+Green+Blue) = 68+130+109=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #44826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44826D is #BB7D92. Grayscale: #6D6D6D. Windows color (decimal): -12287379 or 7176772. OLE color: 7176772.

HSL color Cylindrical-coordinate representation of color #44826D: hue angle of 159.68º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44826D is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB68130109-
CMYK0.4800.160.49
HSL159.68º31.31%38.82%-
HSV(B)159.68º47.69%50.98%-
XYZ13.1318.317.31-
YUV109.07127.9698.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=22.15%
G=42.35%
B=35.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301090.4800.160.49159.6831.3138.82
Hex44826D3001031a01f27
Octal10420215560020612403747
Binary10001001000001011011011100000100001100011010000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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