Html Css Color HEX #42885B Amazon

📋 copy color: '#42885B'

red 66 ◦ green 136 ◦ blue 91

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

Shades of Amazon #42885B

Tints of Amazon #42885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 22.53%
G = 46.42%
B = 31.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#42885B (or 0x42885B) is known color: Amazon. HEX triplet: 42, 88 and 5B. RGB value is (66,136,91). Sum of RGB (Red+Green+Blue) = 66+136+91=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #42885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885B is #BD77A4. Grayscale: #6E6E6E. Windows color (decimal): -12416933 or 5998658. OLE color: 5998658.

HSL color Cylindrical-coordinate representation of color #42885B: hue angle of 141.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42885B is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 91 -
CMYK 0.51 0 0.33 0.47
HSL 141.43º 0.35% 0.4% -
HSV(B) 141.43º 0.51% 0.53% -
XYZ 12.94 19.52 12.98 -
YUV 109.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 66 136 91 0.51 0 0.33 0.47 141.43 0.35 0.4
Hex 42 88 5B 33 0 21 2F 8D 23 28
Octal 102 210 133 63 0 41 57 215 43 50
Binary 1000010 10001000 1011011 110011 0 100001 101111 10001101 100011 101000

Color Harmonies of #42885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42885B

Black with #42885B

Text Example


Text Example

White with #42885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42885B; }

 p { color: rgb(66,136,91); }

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

background-color css

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

 a { background-color: rgb(66,136,91); }

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

border-color css

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

 span { border-color: rgb(66,136,91); }

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