#44836E

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

Shades of Viridian #44836E

Tints of Viridian #44836E

Color information

#44836E (or 0x44836E) is unknown color: approx Viridian. HEX triplet: 44, 83 and 6E. RGB value is (68,131,110). Sum of RGB (Red+Green+Blue) = 68+131+110=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #44836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44836E is #BB7C91. Grayscale: #6D6D6D. Windows color (decimal): -12287122 or 7242564. OLE color: 7242564.

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

Color convert

RGB68131110-
CMYK0.4800.160.49
HSL160º31.66%39.02%-
HSV(B)160º48.09%51.37%-
XYZ13.3118.5917.64-
YUV109.77128.1398.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=22.01%
G=42.39%
B=35.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311100.4800.160.4916031.6639.02
Hex44836E3001031a02027
Octal10420315660020612404047
Binary100010010000011110111011000001000011000110100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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