#448161

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

Shades of Como #448161

Tints of Como #448161

Color information

#448161 (or 0x448161) is unknown color: approx Como. HEX triplet: 44, 81 and 61. RGB value is (68,129,97). Sum of RGB (Red+Green+Blue) = 68+129+97=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #448161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448161 is #BB7E9E. Grayscale: #6B6B6B. Windows color (decimal): -12287647 or 6390084. OLE color: 6390084.

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

Color convert

RGB6812997-
CMYK0.4700.250.49
HSL148.52º30.96%38.63%-
HSV(B)148.52º47.29%50.59%-
XYZ12.3917.7914.09-
YUV107.11122.29100.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=23.13%
G=43.88%
B=32.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129970.4700.250.49148.5230.9638.63
Hex4481612F01931951f27
Octal10420114157031612253747
Binary10001001000000111000011011110110011100011001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448161; }

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

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

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

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

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

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

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

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