#448963

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

Shades of Como #448963

Tints of Como #448963

Color information

#448963 (or 0x448963) is unknown color: approx Como. HEX triplet: 44, 89 and 63. RGB value is (68,137,99). Sum of RGB (Red+Green+Blue) = 68+137+99=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #448963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448963 is #BB769C. Grayscale: #707070. Windows color (decimal): -12285597 or 6523204. OLE color: 6523204.

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

Color convert

RGB6813799-
CMYK0.5000.280.46
HSL146.96º33.66%40.2%-
HSV(B)146.96º50.36%53.73%-
XYZ13.5820.0214.95-
YUV112.04120.6496.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=22.37%
G=45.07%
B=32.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137990.5000.280.46146.9633.6640.2
Hex4489633201C2E932228
Octal10421114362034562234250
Binary100010010001001110001111001001110010111010010011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448963; }

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

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

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

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

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

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

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

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