Html Css Color HEX #418958 Amazon

📋 copy color: '#418958'

red 65 ◦ green 137 ◦ blue 88

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

Shades of Amazon #418958

Tints of Amazon #418958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 22.41%
G = 47.24%
B = 30.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#418958 (or 0x418958) is known color: Amazon. HEX triplet: 41, 89 and 58. RGB value is (65,137,88). Sum of RGB (Red+Green+Blue) = 65+137+88=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #418958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418958 is #BE76A7. Grayscale: #6E6E6E. Windows color (decimal): -12482216 or 5802305. OLE color: 5802305.

HSL color Cylindrical-coordinate representation of color #418958: hue angle of 139.17º 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 #418958 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 88 -
CMYK 0.53 0 0.36 0.46
HSL 139.17º 0.36% 0.4% -
HSV(B) 139.17º 0.53% 0.54% -
XYZ 12.89 19.72 12.36 -
YUV 109.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 65 137 88 0.53 0 0.36 0.46 139.17 0.36 0.4
Hex 41 89 58 35 0 24 2E 8B 24 28
Octal 101 211 130 65 0 44 56 213 44 50
Binary 1000001 10001001 1011000 110101 0 100100 101110 10001011 100100 101000

Color Harmonies of #418958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418958

Black with #418958

Text Example


Text Example

White with #418958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418958; }

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

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

background-color css

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

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

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

border-color css

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

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

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