Html Css Color HEX #428253 Amazon

📋 copy color: '#428253'

red 66 ◦ green 130 ◦ blue 83

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

Shades of Amazon #428253

Tints of Amazon #428253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 23.66%
G = 46.59%
B = 29.75%

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

#428253 (or 0x428253) is known color: Amazon. HEX triplet: 42, 82 and 53. RGB value is (66,130,83). Sum of RGB (Red+Green+Blue) = 66+130+83=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #428253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428253 is #BD7DAC. Grayscale: #696969. Windows color (decimal): -12418477 or 5472834. OLE color: 5472834.

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

Color convert

RGB 66 130 83 -
CMYK 0.49 0 0.36 0.49
HSL 135.94º 0.33% 0.38% -
HSV(B) 135.94º 0.49% 0.51% -
XYZ 11.79 17.75 10.99 -
YUV 105.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 66 130 83 0.49 0 0.36 0.49 135.94 0.33 0.38
Hex 42 82 53 31 0 24 31 88 21 26
Octal 102 202 123 61 0 44 61 210 41 46
Binary 1000010 10000010 1010011 110001 0 100100 110001 10001000 100001 100110

Color Harmonies of #428253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428253

Black with #428253

Text Example


Text Example

White with #428253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428253; }

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

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

background-color css

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

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

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

border-color css

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

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

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