Html Css Color HEX #418261 Amazon

📋 copy color: '#418261'

red 65 ◦ green 130 ◦ blue 97

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

Shades of Amazon #418261

Tints of Amazon #418261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

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

R = 22.26%
G = 44.52%
B = 33.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#418261 (or 0x418261) is known color: Amazon. HEX triplet: 41, 82 and 61. RGB value is (65,130,97). Sum of RGB (Red+Green+Blue) = 65+130+97=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #418261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418261 is #BE7D9E. Grayscale: #6A6A6A. Windows color (decimal): -12483999 or 6390337. OLE color: 6390337.

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

Color convert

RGB 65 130 97 -
CMYK 0.50 0 0.25 0.49
HSL 149.54º 0.33% 0.38% -
HSV(B) 149.54º 0.5% 0.51% -
XYZ 12.32 17.95 14.13 -
YUV 106.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 65 130 97 0.50 0 0.25 0.49 149.54 0.33 0.38
Hex 41 82 61 32 0 19 31 96 21 26
Octal 101 202 141 62 0 31 61 226 41 46
Binary 1000001 10000010 1100001 110010 0 11001 110001 10010110 100001 100110

Color Harmonies of #418261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418261

Black with #418261

Text Example


Text Example

White with #418261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418261; }

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

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

background-color css

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

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

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

border-color css

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

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

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