#45725F

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

Shades of Stromboli #45725F

Tints of Stromboli #45725F

Color information

#45725F (or 0x45725F) is unknown color: approx Stromboli. HEX triplet: 45, 72 and 5F. RGB value is (69,114,95). Sum of RGB (Red+Green+Blue) = 69+114+95=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #45725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45725F is #BA8DA0. Grayscale: #626262. Windows color (decimal): -12225953 or 6255173. OLE color: 6255173.

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

Color convert

RGB6911495-
CMYK0.3900.170.55
HSL154.67º24.59%35.88%-
HSV(B)154.67º39.47%44.71%-
XYZ10.5414.1313-
YUV98.38126.09107.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=24.82%
G=41.01%
B=34.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114950.3900.170.55154.6724.5935.88
Hex45725F27011379b1924
Octal10516213747021672333144
Binary1000101111001010111111001110100011101111001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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