#448462

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

Shades of Como #448462

Tints of Como #448462

Color information

#448462 (or 0x448462) is unknown color: approx Como. HEX triplet: 44, 84 and 62. RGB value is (68,132,98). Sum of RGB (Red+Green+Blue) = 68+132+98=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #448462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448462 is #BB7B9D. Grayscale: #6D6D6D. Windows color (decimal): -12286878 or 6456388. OLE color: 6456388.

HSL color Cylindrical-coordinate representation of color #448462: hue angle of 148.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448462 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB6813298-
CMYK0.4800.260.48
HSL148.12º32%39.22%-
HSV(B)148.12º48.48%51.76%-
XYZ12.8418.6114.47-
YUV108.99121.898.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=22.82%
G=44.30%
B=32.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132980.4800.260.48148.123239.22
Hex4484623001A30942027
Octal10420414260032602244047
Binary100010010000100110001011000001101011000010010100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448462; }

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

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

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

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

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

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

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

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