#417252

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

Shades of Amazon #417252

Tints of Amazon #417252

Color information

#417252 (or 0x417252) is unknown color: approx Amazon. HEX triplet: 41, 72 and 52. RGB value is (65,114,82). Sum of RGB (Red+Green+Blue) = 65+114+82=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #417252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417252 is #BE8DAD. Grayscale: #5F5F5F. Windows color (decimal): -12488110 or 5403201. OLE color: 5403201.

HSL color Cylindrical-coordinate representation of color #417252: hue angle of 140.82º 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 #417252 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB6511482-
CMYK0.4300.280.55
HSL140.82º27.37%35.1%-
HSV(B)140.82º42.98%44.71%-
XYZ9.7213.7710.13-
YUV95.7120.27106.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=24.90%
G=43.68%
B=31.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114820.4300.280.55140.8227.3735.1
Hex4172522B01C378d1b23
Octal10116212253034672153343
Binary1000001111001010100101010110111001101111000110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417252; }

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

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

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

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

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

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

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

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