Html Css Color HEX #418960 Amazon

📋 copy color: '#418960'

red 65 ◦ green 137 ◦ blue 96

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

Shades of Amazon #418960

Tints of Amazon #418960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.97%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 21.81%
G = 45.97%
B = 32.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#418960 (or 0x418960) is known color: Amazon. HEX triplet: 41, 89 and 60. RGB value is (65,137,96). Sum of RGB (Red+Green+Blue) = 65+137+96=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #418960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418960 is #BE769F. Grayscale: #6E6E6E. Windows color (decimal): -12482208 or 6326593. OLE color: 6326593.

HSL color Cylindrical-coordinate representation of color #418960: hue angle of 145.83º 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 #418960 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 96 -
CMYK 0.53 0 0.30 0.46
HSL 145.83º 0.36% 0.4% -
HSV(B) 145.83º 0.53% 0.54% -
XYZ 13.24 19.86 14.2 -
YUV 110.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 65 137 96 0.53 0 0.30 0.46 145.83 0.36 0.4
Hex 41 89 60 35 0 1E 2E 92 24 28
Octal 101 211 140 65 0 36 56 222 44 50
Binary 1000001 10001001 1100000 110101 0 11110 101110 10010010 100100 101000

Color Harmonies of #418960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418960

Black with #418960

Text Example


Text Example

White with #418960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418960; }

 p { color: rgb(65,137,96); }

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

background-color css

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

 a { background-color: rgb(65,137,96); }

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

border-color css

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

 span { border-color: rgb(65,137,96); }

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