#44725F

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

Shades of Stromboli #44725F

Tints of Stromboli #44725F

Color information

#44725F (or 0x44725F) is unknown color: approx Stromboli. HEX triplet: 44, 72 and 5F. RGB value is (68,114,95). Sum of RGB (Red+Green+Blue) = 68+114+95=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #44725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44725F is #BB8DA0. Grayscale: #626262. Windows color (decimal): -12291489 or 6255172. OLE color: 6255172.

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

Color convert

RGB6811495-
CMYK0.4000.170.55
HSL155.22º25.27%35.69%-
HSV(B)155.22º40.35%44.71%-
XYZ10.4714.0912.99-
YUV98.08126.26106.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=24.55%
G=41.16%
B=34.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114950.4000.170.55155.2225.2735.69
Hex44725F28011379b1924
Octal10416213750021672333144
Binary1000100111001010111111010000100011101111001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44725F; }

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

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

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

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

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

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

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

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