Html Css Color HEX #428053 Amazon

📋 copy color: '#428053'

red 66 ◦ green 128 ◦ blue 83

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

Shades of Amazon #428053

Tints of Amazon #428053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 23.83%
G = 46.21%
B = 29.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#428053 (or 0x428053) is known color: Amazon. HEX triplet: 42, 80 and 53. RGB value is (66,128,83). Sum of RGB (Red+Green+Blue) = 66+128+83=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #428053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428053 is #BD7FAC. Grayscale: #686868. Windows color (decimal): -12418989 or 5472322. OLE color: 5472322.

HSL color Cylindrical-coordinate representation of color #428053: hue angle of 136.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428053 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 83 -
CMYK 0.48 0 0.35 0.50
HSL 136.45º 0.32% 0.38% -
HSV(B) 136.45º 0.48% 0.5% -
XYZ 11.53 17.22 10.9 -
YUV 104.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 66 128 83 0.48 0 0.35 0.50 136.45 0.32 0.38
Hex 42 80 53 30 0 23 32 88 20 26
Octal 102 200 123 60 0 43 62 210 40 46
Binary 1000010 10000000 1010011 110000 0 100011 110010 10001000 100000 100110

Color Harmonies of #428053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428053

Black with #428053

Text Example


Text Example

White with #428053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428053; }

 p { color: rgb(66,128,83); }

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

background-color css

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

 a { background-color: rgb(66,128,83); }

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

border-color css

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

 span { border-color: rgb(66,128,83); }

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