#448160

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

Shades of Como #448160

Tints of Como #448160

Color information

#448160 (or 0x448160) is unknown color: approx Como. HEX triplet: 44, 81 and 60. RGB value is (68,129,96). Sum of RGB (Red+Green+Blue) = 68+129+96=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #448160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448160 is #BB7E9F. Grayscale: #6B6B6B. Windows color (decimal): -12287648 or 6324548. OLE color: 6324548.

HSL color Cylindrical-coordinate representation of color #448160: hue angle of 147.54º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448160 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6812996-
CMYK0.4700.260.49
HSL147.54º30.96%38.63%-
HSV(B)147.54º47.29%50.59%-
XYZ12.3517.7713.85-
YUV107121.79100.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=23.21%
G=44.03%
B=32.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129960.4700.260.49147.5430.9638.63
Hex4481602F01A31941f27
Octal10420114057032612243747
Binary10001001000000111000001011110110101100011001010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448160; }

 p { color: rgb(68,129,96); }

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

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

 a { background-color: rgb(68,129,96); }

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

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

 span { border-color: rgb(68,129,96); }

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