Html Css Color HEX #428256 Amazon

📋 copy color: '#428256'

red 66 ◦ green 130 ◦ blue 86

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

Shades of Amazon #428256

Tints of Amazon #428256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 23.4%
G = 46.1%
B = 30.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#428256 (or 0x428256) is known color: Amazon. HEX triplet: 42, 82 and 56. RGB value is (66,130,86). Sum of RGB (Red+Green+Blue) = 66+130+86=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #428256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428256 is #BD7DA9. Grayscale: #696969. Windows color (decimal): -12418474 or 5669442. OLE color: 5669442.

HSL color Cylindrical-coordinate representation of color #428256: hue angle of 138.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428256 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 86 -
CMYK 0.49 0 0.34 0.49
HSL 138.75º 0.33% 0.38% -
HSV(B) 138.75º 0.49% 0.51% -
XYZ 11.91 17.8 11.61 -
YUV 105.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 66 130 86 0.49 0 0.34 0.49 138.75 0.33 0.38
Hex 42 82 56 31 0 22 31 8B 21 26
Octal 102 202 126 61 0 42 61 213 41 46
Binary 1000010 10000010 1010110 110001 0 100010 110001 10001011 100001 100110

Color Harmonies of #428256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428256

Black with #428256

Text Example


Text Example

White with #428256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428256; }

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

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

background-color css

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

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

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

border-color css

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

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

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