Html Css Color HEX #428756 Amazon

📋 copy color: '#428756'

red 66 ◦ green 135 ◦ blue 86

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

Shades of Amazon #428756

Tints of Amazon #428756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 23%
G = 47.04%
B = 29.97%

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

#428756 (or 0x428756) is known color: Amazon. HEX triplet: 42, 87 and 56. RGB value is (66,135,86). Sum of RGB (Red+Green+Blue) = 66+135+86=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #428756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428756 is #BD78A9. Grayscale: #6C6C6C. Windows color (decimal): -12417194 or 5670722. OLE color: 5670722.

HSL color Cylindrical-coordinate representation of color #428756: hue angle of 137.39º 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 #428756 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 86 -
CMYK 0.51 0 0.36 0.47
HSL 137.39º 0.34% 0.39% -
HSV(B) 137.39º 0.51% 0.53% -
XYZ 12.59 19.16 11.84 -
YUV 108.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 66 135 86 0.51 0 0.36 0.47 137.39 0.34 0.39
Hex 42 87 56 33 0 24 2F 89 22 27
Octal 102 207 126 63 0 44 57 211 42 47
Binary 1000010 10000111 1010110 110011 0 100100 101111 10001001 100010 100111

Color Harmonies of #428756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428756

Black with #428756

Text Example


Text Example

White with #428756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428756; }

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

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

background-color css

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

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

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

border-color css

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

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

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