#44816A

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

Shades of Viridian #44816A

Tints of Viridian #44816A

Color information

#44816A (or 0x44816A) is unknown color: approx Viridian. HEX triplet: 44, 81 and 6A. RGB value is (68,129,106). Sum of RGB (Red+Green+Blue) = 68+129+106=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #44816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44816A is #BB7E95. Grayscale: #6C6C6C. Windows color (decimal): -12287638 or 6979908. OLE color: 6979908.

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

Color convert

RGB68129106-
CMYK0.4700.180.49
HSL157.38º30.96%38.63%-
HSV(B)157.38º47.29%50.59%-
XYZ12.8417.9716.43-
YUV108.14126.7999.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=22.44%
G=42.57%
B=34.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291060.4700.180.49157.3830.9638.63
Hex44816A2F012319d1f27
Octal10420115257022612353747
Binary10001001000000111010101011110100101100011001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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