#447053

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

Shades of Como #447053

Tints of Como #447053

Color information

#447053 (or 0x447053) is unknown color: approx Como. HEX triplet: 44, 70 and 53. RGB value is (68,112,83). Sum of RGB (Red+Green+Blue) = 68+112+83=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #447053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447053 is #BB8FAC. Grayscale: #5F5F5F. Windows color (decimal): -12292013 or 5468228. OLE color: 5468228.

HSL color Cylindrical-coordinate representation of color #447053: hue angle of 140.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #447053 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB6811283-
CMYK0.3900.260.56
HSL140.45º24.44%35.29%-
HSV(B)140.45º39.29%43.92%-
XYZ9.7413.4410.26-
YUV95.54120.92108.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=25.86%
G=42.59%
B=31.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112830.3900.260.56140.4524.4435.29
Hex4470532701A388c1823
Octal10416012347032702143043
Binary1000100111000010100111001110110101110001000110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447053; }

 p { color: rgb(68,112,83); }

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

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

 a { background-color: rgb(68,112,83); }

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

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

 span { border-color: rgb(68,112,83); }

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