#448978

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

Shades of Viridian #448978

Tints of Viridian #448978

Color information

#448978 (or 0x448978) is unknown color: approx Viridian. HEX triplet: 44, 89 and 78. RGB value is (68,137,120). Sum of RGB (Red+Green+Blue) = 68+137+120=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #448978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448978 is #BB7687. Grayscale: #727272. Windows color (decimal): -12285576 or 7899460. OLE color: 7899460.

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

Color convert

RGB68137120-
CMYK0.5000.120.46
HSL165.22º33.66%40.2%-
HSV(B)165.22º50.36%53.73%-
XYZ14.7220.4820.95-
YUV114.43131.1494.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=20.92%
G=42.15%
B=36.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371200.5000.120.46165.2233.6640.2
Hex448978320C2Ea52228
Octal10421117062014562454250
Binary10001001000100111110001100100110010111010100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448978; }

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

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

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

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

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

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

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

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