Html Css Color HEX #428958 Amazon

📋 copy color: '#428958'

red 66 ◦ green 137 ◦ blue 88

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

Shades of Amazon #428958

Tints of Amazon #428958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 22.68%
G = 47.08%
B = 30.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#428958 (or 0x428958) is known color: Amazon. HEX triplet: 42, 89 and 58. RGB value is (66,137,88). Sum of RGB (Red+Green+Blue) = 66+137+88=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #428958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428958 is #BD76A7. Grayscale: #6E6E6E. Windows color (decimal): -12416680 or 5802306. OLE color: 5802306.

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

Color convert

RGB 66 137 88 -
CMYK 0.52 0 0.36 0.46
HSL 138.59º 0.35% 0.4% -
HSV(B) 138.59º 0.52% 0.54% -
XYZ 12.95 19.75 12.36 -
YUV 110.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 66 137 88 0.52 0 0.36 0.46 138.59 0.35 0.4
Hex 42 89 58 34 0 24 2E 8B 23 28
Octal 102 211 130 64 0 44 56 213 43 50
Binary 1000010 10001001 1011000 110100 0 100100 101110 10001011 100011 101000

Color Harmonies of #428958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428958

Black with #428958

Text Example


Text Example

White with #428958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428958; }

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

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

background-color css

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

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

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

border-color css

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

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

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