Html Css Color HEX #428955 Amazon

📋 copy color: '#428955'

red 66 ◦ green 137 ◦ blue 85

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

Shades of Amazon #428955

Tints of Amazon #428955

RGB

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

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

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

R = 22.92%
G = 47.57%
B = 29.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#428955 (or 0x428955) is known color: Amazon. HEX triplet: 42, 89 and 55. RGB value is (66,137,85). Sum of RGB (Red+Green+Blue) = 66+137+85=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #428955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428955 is #BD76AA. Grayscale: #6D6D6D. Windows color (decimal): -12416683 or 5605698. OLE color: 5605698.

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

Color convert

RGB 66 137 85 -
CMYK 0.52 0 0.38 0.46
HSL 136.06º 0.35% 0.4% -
HSV(B) 136.06º 0.52% 0.54% -
XYZ 12.83 19.71 11.72 -
YUV 109.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 66 137 85 0.52 0 0.38 0.46 136.06 0.35 0.4
Hex 42 89 55 34 0 26 2E 88 23 28
Octal 102 211 125 64 0 46 56 210 43 50
Binary 1000010 10001001 1010101 110100 0 100110 101110 10001000 100011 101000

Color Harmonies of #428955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428955

Black with #428955

Text Example


Text Example

White with #428955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428955; }

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

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

background-color css

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

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

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

border-color css

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

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

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