#448B67

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

Shades of Viridian #448B67

Tints of Viridian #448B67

Color information

#448B67 (or 0x448B67) is unknown color: approx Viridian. HEX triplet: 44, 8B and 67. RGB value is (68,139,103). Sum of RGB (Red+Green+Blue) = 68+139+103=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #448B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B67 is #BB7498. Grayscale: #717171. Windows color (decimal): -12285081 or 6785860. OLE color: 6785860.

HSL color Cylindrical-coordinate representation of color #448B67: hue angle of 149.58º 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 #448B67 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB68139103-
CMYK0.5100.260.45
HSL149.58º34.3%40.59%-
HSV(B)149.58º51.08%54.51%-
XYZ14.0620.6716.08-
YUV113.67121.9895.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=21.94%
G=44.84%
B=33.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391030.5100.260.45149.5834.340.59
Hex448B673301A2D962229
Octal10421314763032552264251
Binary100010010001011110011111001101101010110110010110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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