Html Css Color HEX #418361 Amazon

📋 copy color: '#418361'

red 65 ◦ green 131 ◦ blue 97

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

Shades of Amazon #418361

Tints of Amazon #418361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 22.18%
G = 44.71%
B = 33.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#418361 (or 0x418361) is known color: Amazon. HEX triplet: 41, 83 and 61. RGB value is (65,131,97). Sum of RGB (Red+Green+Blue) = 65+131+97=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #418361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418361 is #BE7C9E. Grayscale: #6B6B6B. Windows color (decimal): -12483743 or 6390593. OLE color: 6390593.

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

Color convert

RGB 65 131 97 -
CMYK 0.50 0 0.26 0.49
HSL 149.09º 0.34% 0.38% -
HSV(B) 149.09º 0.5% 0.51% -
XYZ 12.45 18.22 14.17 -
YUV 107.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 65 131 97 0.50 0 0.26 0.49 149.09 0.34 0.38
Hex 41 83 61 32 0 1A 31 95 22 26
Octal 101 203 141 62 0 32 61 225 42 46
Binary 1000001 10000011 1100001 110010 0 11010 110001 10010101 100010 100110

Color Harmonies of #418361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418361

Black with #418361

Text Example


Text Example

White with #418361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418361; }

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

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

background-color css

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

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

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

border-color css

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

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

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