#448D6E

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

Shades of Viridian #448D6E

Tints of Viridian #448D6E

Color information

#448D6E (or 0x448D6E) is unknown color: approx Viridian. HEX triplet: 44, 8D and 6E. RGB value is (68,141,110). Sum of RGB (Red+Green+Blue) = 68+141+110=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #448D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D6E is #BB7291. Grayscale: #737373. Windows color (decimal): -12284562 or 7245124. OLE color: 7245124.

HSL color Cylindrical-coordinate representation of color #448D6E: hue angle of 154.52º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D6E is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB68141110-
CMYK0.5200.220.45
HSL154.52º34.93%40.98%-
HSV(B)154.52º51.77%55.29%-
XYZ14.7221.418.11-
YUV115.64124.8294.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=21.32%
G=44.20%
B=34.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681411100.5200.220.45154.5234.9340.98
Hex448D6E340162D9b2329
Octal10421515664026552334351
Binary100010010001101110111011010001011010110110011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D6E; }

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

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

<style>
 a { background-color: #448D6E; }

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

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

<style>
 span { border-color: #448D6E; }

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

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