#418561

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

Shades of Amazon #418561

Tints of Amazon #418561

Color information

#418561 (or 0x418561) is unknown color: approx Amazon. HEX triplet: 41, 85 and 61. RGB value is (65,133,97). Sum of RGB (Red+Green+Blue) = 65+133+97=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #418561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418561 is #BE7A9E. Grayscale: #6C6C6C. Windows color (decimal): -12483231 or 6391105. OLE color: 6391105.

HSL color Cylindrical-coordinate representation of color #418561: hue angle of 148.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418561 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB6513397-
CMYK0.5100.270.48
HSL148.24º34.34%38.82%-
HSV(B)148.24º51.13%52.16%-
XYZ12.7318.7614.26-
YUV108.56121.4796.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=22.03%
G=45.08%
B=32.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133970.5100.270.48148.2434.3438.82
Hex4185613301B30942227
Octal10120514163033602244247
Binary100000110000101110000111001101101111000010010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418561; }

 p { color: rgb(65,133,97); }

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

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

 a { background-color: rgb(65,133,97); }

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

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

 span { border-color: rgb(65,133,97); }

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