Html Css Color HEX #418357 Amazon

📋 copy color: '#418357'

red 65 ◦ green 131 ◦ blue 87

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

Shades of Amazon #418357

Tints of Amazon #418357

RGB

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

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

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

R = 22.97%
G = 46.29%
B = 30.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#418357 (or 0x418357) is known color: Amazon. HEX triplet: 41, 83 and 57. RGB value is (65,131,87). Sum of RGB (Red+Green+Blue) = 65+131+87=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #418357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418357 is #BE7CA8. Grayscale: #6A6A6A. Windows color (decimal): -12483753 or 5735233. OLE color: 5735233.

HSL color Cylindrical-coordinate representation of color #418357: hue angle of 140º 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 #418357 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 87 -
CMYK 0.50 0 0.34 0.49
HSL 140º 0.34% 0.38% -
HSV(B) 140º 0.5% 0.51% -
XYZ 12.02 18.04 11.87 -
YUV 106.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 65 131 87 0.50 0 0.34 0.49 140 0.34 0.38
Hex 41 83 57 32 0 22 31 8C 22 26
Octal 101 203 127 62 0 42 61 214 42 46
Binary 1000001 10000011 1010111 110010 0 100010 110001 10001100 100010 100110

Color Harmonies of #418357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418357

Black with #418357

Text Example


Text Example

White with #418357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418357; }

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

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

background-color css

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

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

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

border-color css

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

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

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