#447255

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

Shades of Como #447255

Tints of Como #447255

Color information

#447255 (or 0x447255) is unknown color: approx Como. HEX triplet: 44, 72 and 55. RGB value is (68,114,85). Sum of RGB (Red+Green+Blue) = 68+114+85=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #447255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447255 is #BB8DAA. Grayscale: #616161. Windows color (decimal): -12291499 or 5599812. OLE color: 5599812.

HSL color Cylindrical-coordinate representation of color #447255: hue angle of 142.17º 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 #447255 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB6811485-
CMYK0.4000.250.55
HSL142.17º25.27%35.69%-
HSV(B)142.17º40.35%44.71%-
XYZ10.0413.9210.75-
YUV96.94121.26107.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=25.47%
G=42.70%
B=31.84%

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
Decimal68114850.4000.250.55142.1725.2735.69
Hex44725528019378e1924
Octal10416212550031672163144
Binary1000100111001010101011010000110011101111000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447255; }

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

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

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

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

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

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

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

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