Html Css Color HEX #428656 Amazon

📋 copy color: '#428656'

red 66 ◦ green 134 ◦ blue 86

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

Shades of Amazon #428656

Tints of Amazon #428656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

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

R = 23.08%
G = 46.85%
B = 30.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#428656 (or 0x428656) is known color: Amazon. HEX triplet: 42, 86 and 56. RGB value is (66,134,86). Sum of RGB (Red+Green+Blue) = 66+134+86=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #428656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428656 is #BD79A9. Grayscale: #6C6C6C. Windows color (decimal): -12417450 or 5670466. OLE color: 5670466.

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

Color convert

RGB 66 134 86 -
CMYK 0.51 0 0.36 0.47
HSL 137.65º 0.34% 0.39% -
HSV(B) 137.65º 0.51% 0.53% -
XYZ 12.45 18.88 11.79 -
YUV 108.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 66 134 86 0.51 0 0.36 0.47 137.65 0.34 0.39
Hex 42 86 56 33 0 24 2F 8A 22 27
Octal 102 206 126 63 0 44 57 212 42 47
Binary 1000010 10000110 1010110 110011 0 100100 101111 10001010 100010 100111

Color Harmonies of #428656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428656

Black with #428656

Text Example


Text Example

White with #428656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428656; }

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

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

background-color css

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

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

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

border-color css

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

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

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