#448872

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

Shades of Viridian #448872

Tints of Viridian #448872

Color information

#448872 (or 0x448872) is unknown color: approx Viridian. HEX triplet: 44, 88 and 72. RGB value is (68,136,114). Sum of RGB (Red+Green+Blue) = 68+136+114=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #448872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448872 is #BB778D. Grayscale: #717171. Windows color (decimal): -12285838 or 7505988. OLE color: 7505988.

HSL color Cylindrical-coordinate representation of color #448872: hue angle of 160.59º 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 #448872 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB68136114-
CMYK0.5000.160.47
HSL160.59º33.33%40%-
HSV(B)160.59º50%53.33%-
XYZ14.2320.0519.04-
YUV113.16128.4795.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=21.38%
G=42.77%
B=35.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361140.5000.160.47160.5933.3340
Hex448872320102Fa12128
Octal10421016262020572414150
Binary100010010001000111001011001001000010111110100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448872; }

 p { color: rgb(68,136,114); }

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

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

 a { background-color: rgb(68,136,114); }

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

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

 span { border-color: rgb(68,136,114); }

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