#417952

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

Shades of Amazon #417952

Tints of Amazon #417952

Color information

#417952 (or 0x417952) is unknown color: approx Amazon. HEX triplet: 41, 79 and 52. RGB value is (65,121,82). Sum of RGB (Red+Green+Blue) = 65+121+82=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #417952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417952 is #BE86AD. Grayscale: #636363. Windows color (decimal): -12486318 or 5404993. OLE color: 5404993.

HSL color Cylindrical-coordinate representation of color #417952: hue angle of 138.21º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417952 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB6512182-
CMYK0.4600.320.53
HSL138.21º30.11%36.47%-
HSV(B)138.21º46.28%47.45%-
XYZ10.5415.4110.4-
YUV99.81117.95103.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=24.25%
G=45.15%
B=30.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65121820.4600.320.53138.2130.1136.47
Hex4179522E020358a1e24
Octal10117112256040652123644
Binary10000011111001101001010111001000001101011000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417952; }

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

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

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

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

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

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

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

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