Html Css Color HEX #428956 Amazon

📋 copy color: '#428956'

red 66 ◦ green 137 ◦ blue 86

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

Shades of Amazon #428956

Tints of Amazon #428956

RGB

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

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

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

R = 22.84%
G = 47.4%
B = 29.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#428956 (or 0x428956) is known color: Amazon. HEX triplet: 42, 89 and 56. RGB value is (66,137,86). Sum of RGB (Red+Green+Blue) = 66+137+86=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #428956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428956 is #BD76A9. Grayscale: #6E6E6E. Windows color (decimal): -12416682 or 5671234. OLE color: 5671234.

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

Color convert

RGB 66 137 86 -
CMYK 0.52 0 0.37 0.46
HSL 136.9º 0.35% 0.4% -
HSV(B) 136.9º 0.52% 0.54% -
XYZ 12.87 19.72 11.93 -
YUV 109.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 66 137 86 0.52 0 0.37 0.46 136.9 0.35 0.4
Hex 42 89 56 34 0 25 2E 89 23 28
Octal 102 211 126 64 0 45 56 211 43 50
Binary 1000010 10001001 1010110 110100 0 100101 101110 10001001 100011 101000

Color Harmonies of #428956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428956

Black with #428956

Text Example


Text Example

White with #428956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428956; }

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

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

background-color css

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

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

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

border-color css

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

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

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