#44826F

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

Shades of Viridian #44826F

Tints of Viridian #44826F

Color information

#44826F (or 0x44826F) is unknown color: approx Viridian. HEX triplet: 44, 82 and 6F. RGB value is (68,130,111). Sum of RGB (Red+Green+Blue) = 68+130+111=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #44826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44826F is #BB7D90. Grayscale: #6D6D6D. Windows color (decimal): -12287377 or 7307844. OLE color: 7307844.

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

Color convert

RGB68130111-
CMYK0.4800.150.49
HSL161.61º31.31%38.82%-
HSV(B)161.61º47.69%50.98%-
XYZ13.2418.3417.88-
YUV109.3128.9698.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=22.01%
G=42.07%
B=35.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301110.4800.150.49161.6131.3138.82
Hex44826F300F31a21f27
Octal10420215760017612423747
Binary1000100100000101101111110000011111100011010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44826F; }

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

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

<style>
 a { background-color: #44826F; }

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

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

<style>
 span { border-color: #44826F; }

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

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