#45725E

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

Shades of Stromboli #45725E

Tints of Stromboli #45725E

Color information

#45725E (or 0x45725E) is unknown color: approx Stromboli. HEX triplet: 45, 72 and 5E. RGB value is (69,114,94). Sum of RGB (Red+Green+Blue) = 69+114+94=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #45725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45725E is #BA8DA1. Grayscale: #626262. Windows color (decimal): -12225954 or 6189637. OLE color: 6189637.

HSL color Cylindrical-coordinate representation of color #45725E: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45725E is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB6911494-
CMYK0.3900.180.55
HSL153.33º24.59%35.88%-
HSV(B)153.33º39.47%44.71%-
XYZ10.4914.1112.76-
YUV98.26125.59107.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=24.91%
G=41.16%
B=33.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114940.3900.180.55153.3324.5935.88
Hex45725E2701237991924
Octal10516213647022672313144
Binary1000101111001010111101001110100101101111001100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45725E; }

 p { color: rgb(69,114,94); }

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

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

 a { background-color: rgb(69,114,94); }

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

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

 span { border-color: rgb(69,114,94); }

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