#448162

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

Shades of Como #448162

Tints of Como #448162

Color information

#448162 (or 0x448162) is unknown color: approx Como. HEX triplet: 44, 81 and 62. RGB value is (68,129,98). Sum of RGB (Red+Green+Blue) = 68+129+98=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #448162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448162 is #BB7E9D. Grayscale: #6B6B6B. Windows color (decimal): -12287646 or 6455620. OLE color: 6455620.

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

Color convert

RGB6812998-
CMYK0.4700.240.49
HSL149.51º30.96%38.63%-
HSV(B)149.51º47.29%50.59%-
XYZ12.4417.8114.34-
YUV107.23122.79100.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=23.05%
G=43.73%
B=33.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129980.4700.240.49149.5130.9638.63
Hex4481622F01831961f27
Octal10420114257030612263747
Binary10001001000000111000101011110110001100011001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448162; }

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

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

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

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

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

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

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

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