#418761

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

Shades of Amazon #418761

Tints of Amazon #418761

Color information

#418761 (or 0x418761) is unknown color: approx Amazon. HEX triplet: 41, 87 and 61. RGB value is (65,135,97). Sum of RGB (Red+Green+Blue) = 65+135+97=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #418761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418761 is #BE789E. Grayscale: #6D6D6D. Windows color (decimal): -12482719 or 6391617. OLE color: 6391617.

HSL color Cylindrical-coordinate representation of color #418761: hue angle of 147.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418761 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB6513597-
CMYK0.5200.280.47
HSL147.43º35%39.22%-
HSV(B)147.43º51.85%52.94%-
XYZ1319.3114.35-
YUV109.74120.8196.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=21.89%
G=45.45%
B=32.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135970.5200.280.47147.433539.22
Hex4187613401C2F932327
Octal10120714164034572234347
Binary100000110000111110000111010001110010111110010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418761; }

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

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

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

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

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

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

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

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