#44806C

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

Shades of Viridian #44806C

Tints of Viridian #44806C

Color information

#44806C (or 0x44806C) is unknown color: approx Viridian. HEX triplet: 44, 80 and 6C. RGB value is (68,128,108). Sum of RGB (Red+Green+Blue) = 68+128+108=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #44806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44806C is #BB7F93. Grayscale: #6B6B6B. Windows color (decimal): -12287892 or 7110724. OLE color: 7110724.

HSL color Cylindrical-coordinate representation of color #44806C: hue angle of 160º 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 #44806C is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB68128108-
CMYK0.4700.160.50
HSL160º30.61%38.43%-
HSV(B)160º46.88%50.2%-
XYZ12.8117.7516.94-
YUV107.78128.1299.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=22.37%
G=42.11%
B=35.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681281080.4700.160.5016030.6138.43
Hex44806C2F01032a01f26
Octal10420015457020622403746
Binary10001001000000011011001011110100001100101010000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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