#44876E

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

Shades of Viridian #44876E

Tints of Viridian #44876E

Color information

#44876E (or 0x44876E) is unknown color: approx Viridian. HEX triplet: 44, 87 and 6E. RGB value is (68,135,110). Sum of RGB (Red+Green+Blue) = 68+135+110=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #44876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44876E is #BB7891. Grayscale: #707070. Windows color (decimal): -12286098 or 7243588. OLE color: 7243588.

HSL color Cylindrical-coordinate representation of color #44876E: hue angle of 157.61º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44876E is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB68135110-
CMYK0.5000.190.47
HSL157.61º33%39.8%-
HSV(B)157.61º49.63%52.94%-
XYZ13.8619.6817.82-
YUV112.12126.896.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=21.73%
G=43.13%
B=35.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351100.5000.190.47157.613339.8
Hex44876E320132F9e2128
Octal10420715662023572364150
Binary100010010000111110111011001001001110111110011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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