#448260

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

Shades of Como #448260

Tints of Como #448260

Color information

#448260 (or 0x448260) is unknown color: approx Como. HEX triplet: 44, 82 and 60. RGB value is (68,130,96). Sum of RGB (Red+Green+Blue) = 68+130+96=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #448260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448260 is #BB7D9F. Grayscale: #6B6B6B. Windows color (decimal): -12287392 or 6324804. OLE color: 6324804.

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

Color convert

RGB6813096-
CMYK0.4800.260.49
HSL147.1º31.31%38.82%-
HSV(B)147.1º47.69%50.98%-
XYZ12.4818.0413.89-
YUV107.59121.4699.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=23.13%
G=44.22%
B=32.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130960.4800.260.49147.131.3138.82
Hex4482603001A31931f27
Octal10420214060032612233747
Binary10001001000001011000001100000110101100011001001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448260; }

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

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

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

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

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

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

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

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