#448B6D

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

Shades of Viridian #448B6D

Tints of Viridian #448B6D

Color information

#448B6D (or 0x448B6D) is unknown color: approx Viridian. HEX triplet: 44, 8B and 6D. RGB value is (68,139,109). Sum of RGB (Red+Green+Blue) = 68+139+109=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #448B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B6D is #BB7492. Grayscale: #727272. Windows color (decimal): -12285075 or 7179076. OLE color: 7179076.

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

Color convert

RGB68139109-
CMYK0.5100.220.45
HSL154.65º34.3%40.59%-
HSV(B)154.65º51.08%54.51%-
XYZ14.3820.817.72-
YUV114.35124.9894.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=21.52%
G=43.99%
B=34.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391090.5100.220.45154.6534.340.59
Hex448B6D330162D9b2229
Octal10421315563026552334251
Binary100010010001011110110111001101011010110110011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,109); }

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

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

 a { background-color: rgb(68,139,109); }

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

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

 span { border-color: rgb(68,139,109); }

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