#448959

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

Shades of Como #448959

Tints of Como #448959

Color information

#448959 (or 0x448959) is unknown color: approx Como. HEX triplet: 44, 89 and 59. RGB value is (68,137,89). Sum of RGB (Red+Green+Blue) = 68+137+89=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #448959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448959 is #BB76A6. Grayscale: #6F6F6F. Windows color (decimal): -12285607 or 5867844. OLE color: 5867844.

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

Color convert

RGB6813789-
CMYK0.5000.350.46
HSL138.26º33.66%40.2%-
HSV(B)138.26º50.36%53.73%-
XYZ13.1319.8412.59-
YUV110.9115.6497.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=23.13%
G=46.60%
B=30.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137890.5000.350.46138.2633.6640.2
Hex448959320232E8a2228
Octal10421113162043562124250
Binary1000100100010011011001110010010001110111010001010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448959; }

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

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

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

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

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

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

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

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