#448970

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

Shades of Viridian #448970

Tints of Viridian #448970

Color information

#448970 (or 0x448970) is unknown color: approx Viridian. HEX triplet: 44, 89 and 70. RGB value is (68,137,112). Sum of RGB (Red+Green+Blue) = 68+137+112=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #448970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448970 is #BB768F. Grayscale: #717171. Windows color (decimal): -12285584 or 7375172. OLE color: 7375172.

HSL color Cylindrical-coordinate representation of color #448970: hue angle of 158.26º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448970 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB68137112-
CMYK0.5000.180.46
HSL158.26º33.66%40.2%-
HSV(B)158.26º50.36%53.73%-
XYZ14.2520.2918.49-
YUV113.52127.1495.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=21.45%
G=43.22%
B=35.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371120.5000.180.46158.2633.6640.2
Hex448970320122E9e2228
Octal10421116062022562364250
Binary100010010001001111000011001001001010111010011110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448970; }

 p { color: rgb(68,137,112); }

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

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

 a { background-color: rgb(68,137,112); }

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

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

 span { border-color: rgb(68,137,112); }

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