Html Css Color HEX #418859 Amazon

📋 copy color: '#418859'

red 65 ◦ green 136 ◦ blue 89

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

Shades of Amazon #418859

Tints of Amazon #418859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 22.41%
G = 46.9%
B = 30.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#418859 (or 0x418859) is known color: Amazon. HEX triplet: 41, 88 and 59. RGB value is (65,136,89). Sum of RGB (Red+Green+Blue) = 65+136+89=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #418859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418859 is #BE77A6. Grayscale: #6D6D6D. Windows color (decimal): -12482471 or 5867585. OLE color: 5867585.

HSL color Cylindrical-coordinate representation of color #418859: hue angle of 140.28º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418859 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 89 -
CMYK 0.52 0 0.35 0.47
HSL 140.28º 0.35% 0.39% -
HSV(B) 140.28º 0.52% 0.53% -
XYZ 12.79 19.45 12.53 -
YUV 109.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 65 136 89 0.52 0 0.35 0.47 140.28 0.35 0.39
Hex 41 88 59 34 0 23 2F 8C 23 27
Octal 101 210 131 64 0 43 57 214 43 47
Binary 1000001 10001000 1011001 110100 0 100011 101111 10001100 100011 100111

Color Harmonies of #418859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418859

Black with #418859

Text Example


Text Example

White with #418859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418859; }

 p { color: rgb(65,136,89); }

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

background-color css

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

 a { background-color: rgb(65,136,89); }

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

border-color css

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

 span { border-color: rgb(65,136,89); }

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