Html Css Color HEX #428558 Amazon

📋 copy color: '#428558'

red 66 ◦ green 133 ◦ blue 88

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

Shades of Amazon #428558

Tints of Amazon #428558

RGB

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

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

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

R = 23%
G = 46.34%
B = 30.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#428558 (or 0x428558) is known color: Amazon. HEX triplet: 42, 85 and 58. RGB value is (66,133,88). Sum of RGB (Red+Green+Blue) = 66+133+88=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #428558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428558 is #BD7AA7. Grayscale: #6B6B6B. Windows color (decimal): -12417704 or 5801282. OLE color: 5801282.

HSL color Cylindrical-coordinate representation of color #428558: hue angle of 139.7º 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 #428558 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 88 -
CMYK 0.50 0 0.34 0.48
HSL 139.7º 0.34% 0.39% -
HSV(B) 139.7º 0.5% 0.52% -
XYZ 12.4 18.64 12.18 -
YUV 107.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 66 133 88 0.50 0 0.34 0.48 139.7 0.34 0.39
Hex 42 85 58 32 0 22 30 8C 22 27
Octal 102 205 130 62 0 42 60 214 42 47
Binary 1000010 10000101 1011000 110010 0 100010 110000 10001100 100010 100111

Color Harmonies of #428558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428558

Black with #428558

Text Example


Text Example

White with #428558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428558; }

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

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

background-color css

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

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

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

border-color css

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

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

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