Html Css Color HEX #42875D Amazon

📋 copy color: '#42875D'

red 66 ◦ green 135 ◦ blue 93

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

Shades of Amazon #42875D

Tints of Amazon #42875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

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

R = 22.45%
G = 45.92%
B = 31.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#42875D (or 0x42875D) is known color: Amazon. HEX triplet: 42, 87 and 5D. RGB value is (66,135,93). Sum of RGB (Red+Green+Blue) = 66+135+93=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #42875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875D is #BD78A2. Grayscale: #6D6D6D. Windows color (decimal): -12417187 or 6129474. OLE color: 6129474.

HSL color Cylindrical-coordinate representation of color #42875D: hue angle of 143.48º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42875D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 93 -
CMYK 0.51 0 0.31 0.47
HSL 143.48º 0.34% 0.39% -
HSV(B) 143.48º 0.51% 0.53% -
XYZ 12.89 19.28 13.4 -
YUV 109.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 66 135 93 0.51 0 0.31 0.47 143.48 0.34 0.39
Hex 42 87 5D 33 0 1F 2F 8F 22 27
Octal 102 207 135 63 0 37 57 217 42 47
Binary 1000010 10000111 1011101 110011 0 11111 101111 10001111 100010 100111

Color Harmonies of #42875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42875D

Black with #42875D

Text Example


Text Example

White with #42875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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