#447256

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

Shades of Como #447256

Tints of Como #447256

Color information

#447256 (or 0x447256) is unknown color: approx Como. HEX triplet: 44, 72 and 56. RGB value is (68,114,86). Sum of RGB (Red+Green+Blue) = 68+114+86=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #447256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447256 is #BB8DA9. Grayscale: #616161. Windows color (decimal): -12291498 or 5665348. OLE color: 5665348.

HSL color Cylindrical-coordinate representation of color #447256: hue angle of 143.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447256 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB6811486-
CMYK0.4000.250.55
HSL143.48º25.27%35.69%-
HSV(B)143.48º40.35%44.71%-
XYZ10.0813.9410.96-
YUV97.05121.76107.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=25.37%
G=42.54%
B=32.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114860.4000.250.55143.4825.2735.69
Hex44725628019378f1924
Octal10416212650031672173144
Binary1000100111001010101101010000110011101111000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447256; }

 p { color: rgb(68,114,86); }

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

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

 a { background-color: rgb(68,114,86); }

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

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

 span { border-color: rgb(68,114,86); }

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