Html Css Color HEX #418A57 Amazon

📋 copy color: '#418A57'

red 65 ◦ green 138 ◦ blue 87

#418A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #418A57

Tints of Amazon #418A57

RGB

 RED value IS 65 (25.78% from 255) = 22.41%

 GREEN value IS 138 (54.3% from 255) = 47.59%

 BLUE value IS 87 (34.38% from 255) = 30%

R = 22.41%
G = 47.59%
B = 30%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#418A57 (or 0x418A57) is known color: Amazon. HEX triplet: 41, 8A and 57. RGB value is (65,138,87). Sum of RGB (Red+Green+Blue) = 65+138+87=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #418A57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A57 is #BE75A8. Grayscale: #6E6E6E. Windows color (decimal): -12481961 or 5737025. OLE color: 5737025.

HSL color Cylindrical-coordinate representation of color #418A57: hue angle of 138.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A57 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 87 -
CMYK 0.53 0 0.37 0.46
HSL 138.08º 0.36% 0.4% -
HSV(B) 138.08º 0.53% 0.54% -
XYZ 12.99 19.99 12.19 -
YUV 110.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 65 138 87 0.53 0 0.37 0.46 138.08 0.36 0.4
Hex 41 8A 57 35 0 25 2E 8A 24 28
Octal 101 212 127 65 0 45 56 212 44 50
Binary 1000001 10001010 1010111 110101 0 100101 101110 10001010 100100 101000

Color Harmonies of #418A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A57

Black with #418A57

Text Example


Text Example

White with #418A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418A57; }

 p { color: rgb(65,138,87); }

 H1.HeaderClassName
 {
   color: #418A57;
 }
 .AnyTagClassName
 {
   color: #418A57;
 }
</style>

background-color css

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

 a { background-color: rgb(65,138,87); }

 div.DivClassName
 {
   background-color: #418A57;
 }
 .BgClassName
 {
   background-color: #418A57;
 }
</style>

border-color css

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

 span { border-color: rgb(65,138,87); }

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