#447352

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

Shades of Como #447352

Tints of Como #447352

Color information

#447352 (or 0x447352) is unknown color: approx Como. HEX triplet: 44, 73 and 52. RGB value is (68,115,82). Sum of RGB (Red+Green+Blue) = 68+115+82=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #447352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447352 is #BB8CAD. Grayscale: #616161. Windows color (decimal): -12291246 or 5403460. OLE color: 5403460.

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

Color convert

RGB6811582-
CMYK0.4100.290.55
HSL137.87º25.68%35.88%-
HSV(B)137.87º40.87%45.1%-
XYZ10.0414.110.18-
YUV97.18119.43107.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=25.66%
G=43.40%
B=30.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115820.4100.290.55137.8725.6835.88
Hex4473522901D378a1a24
Octal10416312251035672123244
Binary1000100111001110100101010010111011101111000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447352; }

 p { color: rgb(68,115,82); }

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

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

 a { background-color: rgb(68,115,82); }

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

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

 span { border-color: rgb(68,115,82); }

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