Html Css Color HEX #418656 Amazon

📋 copy color: '#418656'

red 65 ◦ green 134 ◦ blue 86

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

Shades of Amazon #418656

Tints of Amazon #418656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 22.81%
G = 47.02%
B = 30.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#418656 (or 0x418656) is known color: Amazon. HEX triplet: 41, 86 and 56. RGB value is (65,134,86). Sum of RGB (Red+Green+Blue) = 65+134+86=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #418656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418656 is #BE79A9. Grayscale: #6C6C6C. Windows color (decimal): -12482986 or 5670465. OLE color: 5670465.

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

Color convert

RGB 65 134 86 -
CMYK 0.51 0 0.36 0.47
HSL 138.26º 0.35% 0.39% -
HSV(B) 138.26º 0.51% 0.53% -
XYZ 12.38 18.85 11.79 -
YUV 107.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 65 134 86 0.51 0 0.36 0.47 138.26 0.35 0.39
Hex 41 86 56 33 0 24 2F 8A 23 27
Octal 101 206 126 63 0 44 57 212 43 47
Binary 1000001 10000110 1010110 110011 0 100100 101111 10001010 100011 100111

Color Harmonies of #418656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418656

Black with #418656

Text Example


Text Example

White with #418656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418656; }

 p { color: rgb(65,134,86); }

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

background-color css

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

 a { background-color: rgb(65,134,86); }

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

border-color css

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

 span { border-color: rgb(65,134,86); }

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