#448357

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

Shades of Como #448357

Tints of Como #448357

Color information

#448357 (or 0x448357) is unknown color: approx Como. HEX triplet: 44, 83 and 57. RGB value is (68,131,87). Sum of RGB (Red+Green+Blue) = 68+131+87=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #448357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448357 is #BB7CA8. Grayscale: #6B6B6B. Windows color (decimal): -12287145 or 5735236. OLE color: 5735236.

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

Color convert

RGB6813187-
CMYK0.4800.340.49
HSL138.1º31.66%39.02%-
HSV(B)138.1º48.09%51.37%-
XYZ12.2218.1511.88-
YUV107.15116.63100.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=23.78%
G=45.80%
B=30.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131870.4800.340.49138.131.6639.02
Hex44835730022318a2027
Octal10420312760042612124047
Binary1000100100000111010111110000010001011000110001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448357; }

 p { color: rgb(68,131,87); }

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

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

 a { background-color: rgb(68,131,87); }

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

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

 span { border-color: rgb(68,131,87); }

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