#45705F

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

Shades of Stromboli #45705F

Tints of Stromboli #45705F

Color information

#45705F (or 0x45705F) is unknown color: approx Stromboli. HEX triplet: 45, 70 and 5F. RGB value is (69,112,95). Sum of RGB (Red+Green+Blue) = 69+112+95=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #45705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45705F is #BA8FA0. Grayscale: #616161. Windows color (decimal): -12226465 or 6254661. OLE color: 6254661.

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

Color convert

RGB6911295-
CMYK0.3800.150.56
HSL156.28º23.76%35.49%-
HSV(B)156.28º38.39%43.92%-
XYZ10.3113.6812.92-
YUV97.2126.75107.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=25%
G=40.58%
B=34.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112950.3800.150.56156.2823.7635.49
Hex45705F260F389c1823
Octal10516013746017702343043
Binary100010111100001011111100110011111110001001110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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