#448E6C

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

Shades of Viridian #448E6C

Tints of Viridian #448E6C

Color information

#448E6C (or 0x448E6C) is unknown color: approx Viridian. HEX triplet: 44, 8E and 6C. RGB value is (68,142,108). Sum of RGB (Red+Green+Blue) = 68+142+108=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #448E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E6C is #BB7193. Grayscale: #747474. Windows color (decimal): -12284308 or 7114308. OLE color: 7114308.

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

Color convert

RGB68142108-
CMYK0.5200.240.44
HSL152.43º35.24%41.18%-
HSV(B)152.43º52.11%55.69%-
XYZ14.7621.6617.59-
YUV116123.4893.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=21.38%
G=44.65%
B=33.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681421080.5200.240.44152.4335.2441.18
Hex448E6C340182C982329
Octal10421615464030542304351
Binary100010010001110110110011010001100010110010011000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,108); }

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

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

 a { background-color: rgb(68,142,108); }

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

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

 span { border-color: rgb(68,142,108); }

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