#41725B

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

Shades of Amazon #41725B

Tints of Amazon #41725B

Color information

#41725B (or 0x41725B) is unknown color: approx Amazon. HEX triplet: 41, 72 and 5B. RGB value is (65,114,91). Sum of RGB (Red+Green+Blue) = 65+114+91=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #41725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41725B is #BE8DA4. Grayscale: #606060. Windows color (decimal): -12488101 or 5993025. OLE color: 5993025.

HSL color Cylindrical-coordinate representation of color #41725B: hue angle of 151.84º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41725B is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6511491-
CMYK0.4300.200.55
HSL151.84º27.37%35.1%-
HSV(B)151.84º42.98%44.71%-
XYZ10.0913.9112.05-
YUV96.73124.77105.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=24.07%
G=42.22%
B=33.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114910.4300.200.55151.8427.3735.1
Hex41725B2B01437981b23
Octal10116213353024672303343
Binary1000001111001010110111010110101001101111001100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41725B; }

 p { color: rgb(65,114,91); }

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

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

 a { background-color: rgb(65,114,91); }

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

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

 span { border-color: rgb(65,114,91); }

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