#448155

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

Shades of Como #448155

Tints of Como #448155

Color information

#448155 (or 0x448155) is unknown color: approx Como. HEX triplet: 44, 81 and 55. RGB value is (68,129,85). Sum of RGB (Red+Green+Blue) = 68+129+85=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #448155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448155 is #BB7EAA. Grayscale: #696969. Windows color (decimal): -12287659 or 5603652. OLE color: 5603652.

HSL color Cylindrical-coordinate representation of color #448155: hue angle of 136.72º 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 #448155 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB6812985-
CMYK0.4700.340.49
HSL136.72º30.96%38.63%-
HSV(B)136.72º47.29%50.59%-
XYZ11.8717.5911.36-
YUV105.74116.29101.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=24.11%
G=45.74%
B=30.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129850.4700.340.49136.7230.9638.63
Hex4481552F02231891f27
Octal10420112557042612113747
Binary100010010000001101010110111101000101100011000100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448155; }

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

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

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

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

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

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

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

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