#448971

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

Shades of Viridian #448971

Tints of Viridian #448971

Color information

#448971 (or 0x448971) is unknown color: approx Viridian. HEX triplet: 44, 89 and 71. RGB value is (68,137,113). Sum of RGB (Red+Green+Blue) = 68+137+113=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #448971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448971 is #BB768E. Grayscale: #717171. Windows color (decimal): -12285583 or 7440708. OLE color: 7440708.

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

Color convert

RGB68137113-
CMYK0.5000.180.46
HSL159.13º33.66%40.2%-
HSV(B)159.13º50.36%53.73%-
XYZ14.3120.3118.79-
YUV113.63127.6495.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=21.38%
G=43.08%
B=35.53%

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
Decimal681371130.5000.180.46159.1333.6640.2
Hex448971320122E9f2228
Octal10421116162022562374250
Binary100010010001001111000111001001001010111010011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448971; }

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

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

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

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

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

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

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

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