Html Css Color HEX #428158 Amazon

📋 copy color: '#428158'

red 66 ◦ green 129 ◦ blue 88

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

Shades of Amazon #428158

Tints of Amazon #428158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.58%

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 23.32%
G = 45.58%
B = 31.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#428158 (or 0x428158) is known color: Amazon. HEX triplet: 42, 81 and 58. RGB value is (66,129,88). Sum of RGB (Red+Green+Blue) = 66+129+88=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #428158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428158 is #BD7EA7. Grayscale: #696969. Windows color (decimal): -12418728 or 5800258. OLE color: 5800258.

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

Color convert

RGB 66 129 88 -
CMYK 0.49 0 0.32 0.49
HSL 140.95º 0.32% 0.38% -
HSV(B) 140.95º 0.49% 0.51% -
XYZ 11.86 17.56 12 -
YUV 105.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 66 129 88 0.49 0 0.32 0.49 140.95 0.32 0.38
Hex 42 81 58 31 0 20 31 8D 20 26
Octal 102 201 130 61 0 40 61 215 40 46
Binary 1000010 10000001 1011000 110001 0 100000 110001 10001101 100000 100110

Color Harmonies of #428158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428158

Black with #428158

Text Example


Text Example

White with #428158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428158; }

 p { color: rgb(66,129,88); }

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

background-color css

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

 a { background-color: rgb(66,129,88); }

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

border-color css

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

 span { border-color: rgb(66,129,88); }

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