Html Css Color HEX #418359 Amazon

📋 copy color: '#418359'

red 65 ◦ green 131 ◦ blue 89

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

Shades of Amazon #418359

Tints of Amazon #418359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 22.81%
G = 45.96%
B = 31.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#418359 (or 0x418359) is known color: Amazon. HEX triplet: 41, 83 and 59. RGB value is (65,131,89). Sum of RGB (Red+Green+Blue) = 65+131+89=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #418359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418359 is #BE7CA6. Grayscale: #6A6A6A. Windows color (decimal): -12483751 or 5866305. OLE color: 5866305.

HSL color Cylindrical-coordinate representation of color #418359: hue angle of 141.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418359 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 89 -
CMYK 0.50 0 0.32 0.49
HSL 141.82º 0.34% 0.38% -
HSV(B) 141.82º 0.5% 0.51% -
XYZ 12.1 18.08 12.3 -
YUV 106.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 65 131 89 0.50 0 0.32 0.49 141.82 0.34 0.38
Hex 41 83 59 32 0 20 31 8E 22 26
Octal 101 203 131 62 0 40 61 216 42 46
Binary 1000001 10000011 1011001 110010 0 100000 110001 10001110 100010 100110

Color Harmonies of #418359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418359

Black with #418359

Text Example


Text Example

White with #418359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418359; }

 p { color: rgb(65,131,89); }

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

background-color css

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

 a { background-color: rgb(65,131,89); }

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

border-color css

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

 span { border-color: rgb(65,131,89); }

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