Html Css Color HEX #428A5C Amazon

📋 copy color: '#428A5C'

red 66 ◦ green 138 ◦ blue 92

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

Shades of Amazon #428A5C

Tints of Amazon #428A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 22.3%
G = 46.62%
B = 31.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#428A5C (or 0x428A5C) is known color: Amazon. HEX triplet: 42, 8A and 5C. RGB value is (66,138,92). Sum of RGB (Red+Green+Blue) = 66+138+92=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #428A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A5C is #BD75A3. Grayscale: #6F6F6F. Windows color (decimal): -12416420 or 6064706. OLE color: 6064706.

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

Color convert

RGB 66 138 92 -
CMYK 0.52 0 0.33 0.46
HSL 141.67º 0.35% 0.4% -
HSV(B) 141.67º 0.52% 0.54% -
XYZ 13.27 20.11 13.31 -
YUV 111.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 66 138 92 0.52 0 0.33 0.46 141.67 0.35 0.4
Hex 42 8A 5C 34 0 21 2E 8E 23 28
Octal 102 212 134 64 0 41 56 216 43 50
Binary 1000010 10001010 1011100 110100 0 100001 101110 10001110 100011 101000

Color Harmonies of #428A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A5C

Black with #428A5C

Text Example


Text Example

White with #428A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A5C; }

 p { color: rgb(66,138,92); }

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

background-color css

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

 a { background-color: rgb(66,138,92); }

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

border-color css

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

 span { border-color: rgb(66,138,92); }

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