Html Css Color HEX #42885D Amazon

📋 copy color: '#42885D'

red 66 ◦ green 136 ◦ blue 93

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

Shades of Amazon #42885D

Tints of Amazon #42885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 22.37%
G = 46.1%
B = 31.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#42885D (or 0x42885D) is known color: Amazon. HEX triplet: 42, 88 and 5D. RGB value is (66,136,93). Sum of RGB (Red+Green+Blue) = 66+136+93=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #42885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885D is #BD77A2. Grayscale: #6E6E6E. Windows color (decimal): -12416931 or 6129730. OLE color: 6129730.

HSL color Cylindrical-coordinate representation of color #42885D: hue angle of 143.14º 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 #42885D is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 93 -
CMYK 0.51 0 0.32 0.47
HSL 143.14º 0.35% 0.4% -
HSV(B) 143.14º 0.51% 0.53% -
XYZ 13.03 19.56 13.44 -
YUV 110.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 66 136 93 0.51 0 0.32 0.47 143.14 0.35 0.4
Hex 42 88 5D 33 0 20 2F 8F 23 28
Octal 102 210 135 63 0 40 57 217 43 50
Binary 1000010 10001000 1011101 110011 0 100000 101111 10001111 100011 101000

Color Harmonies of #42885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42885D

Black with #42885D

Text Example


Text Example

White with #42885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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