#417152

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

Shades of Amazon #417152

Tints of Amazon #417152

Color information

#417152 (or 0x417152) is unknown color: approx Amazon. HEX triplet: 41, 71 and 52. RGB value is (65,113,82). Sum of RGB (Red+Green+Blue) = 65+113+82=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #417152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417152 is #BE8EAD. Grayscale: #5F5F5F. Windows color (decimal): -12488366 or 5402945. OLE color: 5402945.

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

Color convert

RGB6511382-
CMYK0.4200.270.56
HSL141.25º26.97%34.9%-
HSV(B)141.25º42.48%44.31%-
XYZ9.6113.5410.09-
YUV95.11120.6106.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=25%
G=43.46%
B=31.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113820.4200.270.56141.2526.9734.9
Hex4171522A01B388d1b23
Octal10116112252033702153343
Binary1000001111000110100101010100110111110001000110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417152; }

 p { color: rgb(65,113,82); }

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

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

 a { background-color: rgb(65,113,82); }

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

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

 span { border-color: rgb(65,113,82); }

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