Html Css Color HEX #428557 Amazon

📋 copy color: '#428557'

red 66 ◦ green 133 ◦ blue 87

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

Shades of Amazon #428557

Tints of Amazon #428557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 23.08%
G = 46.5%
B = 30.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#428557 (or 0x428557) is known color: Amazon. HEX triplet: 42, 85 and 57. RGB value is (66,133,87). Sum of RGB (Red+Green+Blue) = 66+133+87=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #428557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428557 is #BD7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12417705 or 5735746. OLE color: 5735746.

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

Color convert

RGB 66 133 87 -
CMYK 0.50 0 0.35 0.48
HSL 138.81º 0.34% 0.39% -
HSV(B) 138.81º 0.5% 0.52% -
XYZ 12.35 18.62 11.96 -
YUV 107.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 66 133 87 0.50 0 0.35 0.48 138.81 0.34 0.39
Hex 42 85 57 32 0 23 30 8B 22 27
Octal 102 205 127 62 0 43 60 213 42 47
Binary 1000010 10000101 1010111 110010 0 100011 110000 10001011 100010 100111

Color Harmonies of #428557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428557

Black with #428557

Text Example


Text Example

White with #428557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428557; }

 p { color: rgb(66,133,87); }

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

background-color css

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

 a { background-color: rgb(66,133,87); }

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

border-color css

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

 span { border-color: rgb(66,133,87); }

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