#448A5F

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

Shades of Como #448A5F

Tints of Como #448A5F

Color information

#448A5F (or 0x448A5F) is unknown color: approx Como. HEX triplet: 44, 8A and 5F. RGB value is (68,138,95). Sum of RGB (Red+Green+Blue) = 68+138+95=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #448A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A5F is #BB75A0. Grayscale: #707070. Windows color (decimal): -12285345 or 6261316. OLE color: 6261316.

HSL color Cylindrical-coordinate representation of color #448A5F: hue angle of 143.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A5F is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB6813895-
CMYK0.5100.310.46
HSL143.14º33.98%40.39%-
HSV(B)143.14º50.72%54.12%-
XYZ13.5420.2314.02-
YUV112.17118.3196.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=22.59%
G=45.85%
B=31.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138950.5100.310.46143.1433.9840.39
Hex448A5F3301F2E8f2228
Octal10421213763037562174250
Binary100010010001010101111111001101111110111010001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A5F; }

 p { color: rgb(68,138,95); }

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

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

 a { background-color: rgb(68,138,95); }

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

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

 span { border-color: rgb(68,138,95); }

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