Html Css Color HEX #428153 Amazon

📋 copy color: '#428153'

red 66 ◦ green 129 ◦ blue 83

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

Shades of Amazon #428153

Tints of Amazon #428153

RGB

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

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

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

R = 23.74%
G = 46.4%
B = 29.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#428153 (or 0x428153) is known color: Amazon. HEX triplet: 42, 81 and 53. RGB value is (66,129,83). Sum of RGB (Red+Green+Blue) = 66+129+83=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #428153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428153 is #BD7EAC. Grayscale: #696969. Windows color (decimal): -12418733 or 5472578. OLE color: 5472578.

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

Color convert

RGB 66 129 83 -
CMYK 0.49 0 0.36 0.49
HSL 136.19º 0.32% 0.38% -
HSV(B) 136.19º 0.49% 0.51% -
XYZ 11.66 17.48 10.94 -
YUV 104.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 66 129 83 0.49 0 0.36 0.49 136.19 0.32 0.38
Hex 42 81 53 31 0 24 31 88 20 26
Octal 102 201 123 61 0 44 61 210 40 46
Binary 1000010 10000001 1010011 110001 0 100100 110001 10001000 100000 100110

Color Harmonies of #428153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428153

Black with #428153

Text Example


Text Example

White with #428153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428153; }

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

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

background-color css

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

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

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

border-color css

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

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

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