Html Css Color HEX #418956 Amazon

📋 copy color: '#418956'

red 65 ◦ green 137 ◦ blue 86

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

Shades of Amazon #418956

Tints of Amazon #418956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 22.57%
G = 47.57%
B = 29.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#418956 (or 0x418956) is known color: Amazon. HEX triplet: 41, 89 and 56. RGB value is (65,137,86). Sum of RGB (Red+Green+Blue) = 65+137+86=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #418956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418956 is #BE76A9. Grayscale: #6D6D6D. Windows color (decimal): -12482218 or 5671233. OLE color: 5671233.

HSL color Cylindrical-coordinate representation of color #418956: hue angle of 137.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418956 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 86 -
CMYK 0.53 0 0.37 0.46
HSL 137.5º 0.36% 0.4% -
HSV(B) 137.5º 0.53% 0.54% -
XYZ 12.81 19.69 11.93 -
YUV 109.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 65 137 86 0.53 0 0.37 0.46 137.5 0.36 0.4
Hex 41 89 56 35 0 25 2E 8A 24 28
Octal 101 211 126 65 0 45 56 212 44 50
Binary 1000001 10001001 1010110 110101 0 100101 101110 10001010 100100 101000

Color Harmonies of #418956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418956

Black with #418956

Text Example


Text Example

White with #418956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418956; }

 p { color: rgb(65,137,86); }

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

background-color css

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

 a { background-color: rgb(65,137,86); }

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

border-color css

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

 span { border-color: rgb(65,137,86); }

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