#447452

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

Shades of Como #447452

Tints of Como #447452

Color information

#447452 (or 0x447452) is unknown color: approx Como. HEX triplet: 44, 74 and 52. RGB value is (68,116,82). Sum of RGB (Red+Green+Blue) = 68+116+82=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #447452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447452 is #BB8BAD. Grayscale: #616161. Windows color (decimal): -12290990 or 5403716. OLE color: 5403716.

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

Color convert

RGB6811682-
CMYK0.4100.290.55
HSL137.5º26.09%36.08%-
HSV(B)137.5º41.38%45.49%-
XYZ10.1514.3310.21-
YUV97.77119.1106.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=25.56%
G=43.61%
B=30.83%

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
Decimal68116820.4100.290.55137.526.0936.08
Hex4474522901D378a1a24
Octal10416412251035672123244
Binary1000100111010010100101010010111011101111000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447452; }

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

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

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

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

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

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

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

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