#44816f

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

Shades of Viridian #44816F

Tints of Viridian #44816F

Color information

#44816F (or 0x44816F) is unknown color: approx Viridian. HEX triplet: 44, 81 and 6F. RGB value is (68,129,111). Sum of RGB (Red+Green+Blue) = 68+129+111=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #44816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816F is #BB7E90. Grayscale: #6C6C6C. Windows color (decimal): -12287633 or 7307588. OLE color: 7307588.

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

Color convert

RGB68129111-
CMYK0.4700.140.49
HSL162.3º30.96%38.63%-
HSV(B)162.3º47.29%50.59%-
XYZ13.118.0817.84-
YUV108.71129.2998.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=22.08%
G=41.88%
B=36.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291110.4700.140.49162.330.9638.63
Hex44816F2F0E31a21f27
Octal10420115757016612423747
Binary1000100100000011101111101111011101100011010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44816f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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