Html Css Color HEX #418655 Amazon

📋 copy color: '#418655'

red 65 ◦ green 134 ◦ blue 85

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

Shades of Amazon #418655

Tints of Amazon #418655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 22.89%
G = 47.18%
B = 29.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#418655 (or 0x418655) is known color: Amazon. HEX triplet: 41, 86 and 55. RGB value is (65,134,85). Sum of RGB (Red+Green+Blue) = 65+134+85=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #418655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418655 is #BE79AA. Grayscale: #6B6B6B. Windows color (decimal): -12482987 or 5604929. OLE color: 5604929.

HSL color Cylindrical-coordinate representation of color #418655: hue angle of 137.39º 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 #418655 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 85 -
CMYK 0.51 0 0.37 0.47
HSL 137.39º 0.35% 0.39% -
HSV(B) 137.39º 0.51% 0.53% -
XYZ 12.34 18.83 11.58 -
YUV 107.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 65 134 85 0.51 0 0.37 0.47 137.39 0.35 0.39
Hex 41 86 55 33 0 25 2F 89 23 27
Octal 101 206 125 63 0 45 57 211 43 47
Binary 1000001 10000110 1010101 110011 0 100101 101111 10001001 100011 100111

Color Harmonies of #418655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418655

Black with #418655

Text Example


Text Example

White with #418655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418655; }

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

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

background-color css

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

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

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

border-color css

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

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

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