Html Css Color HEX #428959 Amazon

📋 copy color: '#428959'

red 66 ◦ green 137 ◦ blue 89

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

Shades of Amazon #428959

Tints of Amazon #428959

RGB

 RED value IS 66 (26.17% from 255) = 22.6%

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

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

R = 22.6%
G = 46.92%
B = 30.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#428959 (or 0x428959) is known color: Amazon. HEX triplet: 42, 89 and 59. RGB value is (66,137,89). Sum of RGB (Red+Green+Blue) = 66+137+89=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #428959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428959 is #BD76A6. Grayscale: #6E6E6E. Windows color (decimal): -12416679 or 5867842. OLE color: 5867842.

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

Color convert

RGB 66 137 89 -
CMYK 0.52 0 0.35 0.46
HSL 139.44º 0.35% 0.4% -
HSV(B) 139.44º 0.52% 0.54% -
XYZ 13 19.77 12.58 -
YUV 110.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 66 137 89 0.52 0 0.35 0.46 139.44 0.35 0.4
Hex 42 89 59 34 0 23 2E 8B 23 28
Octal 102 211 131 64 0 43 56 213 43 50
Binary 1000010 10001001 1011001 110100 0 100011 101110 10001011 100011 101000

Color Harmonies of #428959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428959

Black with #428959

Text Example


Text Example

White with #428959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428959; }

 p { color: rgb(66,137,89); }

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

background-color css

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

 a { background-color: rgb(66,137,89); }

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

border-color css

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

 span { border-color: rgb(66,137,89); }

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