Html Css Color HEX #428655 Amazon

📋 copy color: '#428655'

red 66 ◦ green 134 ◦ blue 85

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

Shades of Amazon #428655

Tints of Amazon #428655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 23.16%
G = 47.02%
B = 29.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#428655 (or 0x428655) is known color: Amazon. HEX triplet: 42, 86 and 55. RGB value is (66,134,85). Sum of RGB (Red+Green+Blue) = 66+134+85=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #428655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428655 is #BD79AA. Grayscale: #6C6C6C. Windows color (decimal): -12417451 or 5604930. OLE color: 5604930.

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

Color convert

RGB 66 134 85 -
CMYK 0.51 0 0.37 0.47
HSL 136.76º 0.34% 0.39% -
HSV(B) 136.76º 0.51% 0.53% -
XYZ 12.41 18.86 11.58 -
YUV 108.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 66 134 85 0.51 0 0.37 0.47 136.76 0.34 0.39
Hex 42 86 55 33 0 25 2F 89 22 27
Octal 102 206 125 63 0 45 57 211 42 47
Binary 1000010 10000110 1010101 110011 0 100101 101111 10001001 100010 100111

Color Harmonies of #428655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428655

Black with #428655

Text Example


Text Example

White with #428655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428655; }

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

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

background-color css

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

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

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

border-color css

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

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

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