#447152

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

Shades of Como #447152

Tints of Como #447152

Color information

#447152 (or 0x447152) is unknown color: approx Como. HEX triplet: 44, 71 and 52. RGB value is (68,113,82). Sum of RGB (Red+Green+Blue) = 68+113+82=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #447152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447152 is #BB8EAD. Grayscale: #606060. Windows color (decimal): -12291758 or 5402948. OLE color: 5402948.

HSL color Cylindrical-coordinate representation of color #447152: hue angle of 138.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447152 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6811382-
CMYK0.4000.270.56
HSL138.67º24.86%35.49%-
HSV(B)138.67º39.82%44.31%-
XYZ9.8113.6510.1-
YUV96.01120.09108.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=25.86%
G=42.97%
B=31.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113820.4000.270.56138.6724.8635.49
Hex4471522801B388b1923
Octal10416112250033702133143
Binary1000100111000110100101010000110111110001000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447152; }

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

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

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

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

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

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

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

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