#44826E

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

Shades of Viridian #44826E

Tints of Viridian #44826E

Color information

#44826E (or 0x44826E) is unknown color: approx Viridian. HEX triplet: 44, 82 and 6E. RGB value is (68,130,110). Sum of RGB (Red+Green+Blue) = 68+130+110=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #44826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44826E is #BB7D91. Grayscale: #6D6D6D. Windows color (decimal): -12287378 or 7242308. OLE color: 7242308.

HSL color Cylindrical-coordinate representation of color #44826E: hue angle of 160.65º 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 #44826E is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB68130110-
CMYK0.4800.150.49
HSL160.65º31.31%38.82%-
HSV(B)160.65º47.69%50.98%-
XYZ13.1818.3217.59-
YUV109.18128.4698.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=22.08%
G=42.21%
B=35.71%

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
Decimal681301100.4800.150.49160.6531.3138.82
Hex44826E300F31a11f27
Octal10420215660017612413747
Binary1000100100000101101110110000011111100011010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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