#44816D

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

Shades of Viridian #44816D

Tints of Viridian #44816D

Color information

#44816D (or 0x44816D) is unknown color: approx Viridian. HEX triplet: 44, 81 and 6D. RGB value is (68,129,109). Sum of RGB (Red+Green+Blue) = 68+129+109=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #44816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816D is #BB7E92. Grayscale: #6C6C6C. Windows color (decimal): -12287635 or 7176516. OLE color: 7176516.

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

Color convert

RGB68129109-
CMYK0.4700.160.49
HSL160.33º30.96%38.63%-
HSV(B)160.33º47.29%50.59%-
XYZ12.9918.0317.26-
YUV108.48128.2999.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=22.22%
G=42.16%
B=35.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291090.4700.160.49160.3330.9638.63
Hex44816D2F01031a01f27
Octal10420115557020612403747
Binary10001001000000111011011011110100001100011010000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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