#44806A

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

Shades of Viridian #44806A

Tints of Viridian #44806A

Color information

#44806A (or 0x44806A) is unknown color: approx Viridian. HEX triplet: 44, 80 and 6A. RGB value is (68,128,106). Sum of RGB (Red+Green+Blue) = 68+128+106=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #44806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44806A is #BB7F95. Grayscale: #6B6B6B. Windows color (decimal): -12287894 or 6979652. OLE color: 6979652.

HSL color Cylindrical-coordinate representation of color #44806A: hue angle of 158º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44806A is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB68128106-
CMYK0.4700.170.50
HSL158º30.61%38.43%-
HSV(B)158º46.88%50.2%-
XYZ12.717.7116.38-
YUV107.55127.1299.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=22.52%
G=42.38%
B=35.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681281060.4700.170.5015830.6138.43
Hex44806A2F011329e1f26
Octal10420015257021622363746
Binary10001001000000011010101011110100011100101001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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