#448962

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

Shades of Como #448962

Tints of Como #448962

Color information

#448962 (or 0x448962) is unknown color: approx Como. HEX triplet: 44, 89 and 62. RGB value is (68,137,98). Sum of RGB (Red+Green+Blue) = 68+137+98=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #448962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448962 is #BB769D. Grayscale: #707070. Windows color (decimal): -12285598 or 6457668. OLE color: 6457668.

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

Color convert

RGB6813798-
CMYK0.5000.280.46
HSL146.09º33.66%40.2%-
HSV(B)146.09º50.36%53.73%-
XYZ13.532014.7-
YUV111.92120.1496.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=22.44%
G=45.21%
B=32.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137980.5000.280.46146.0933.6640.2
Hex4489623201C2E922228
Octal10421114262034562224250
Binary100010010001001110001011001001110010111010010010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448962; }

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

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

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

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

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

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

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

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