Html Css Color HEX #42745D Amazon

📋 copy color: '#42745D'

red 66 ◦ green 116 ◦ blue 93

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

Shades of Amazon #42745D

Tints of Amazon #42745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 24%
G = 42.18%
B = 33.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#42745D (or 0x42745D) is known color: Amazon. HEX triplet: 42, 74 and 5D. RGB value is (66,116,93). Sum of RGB (Red+Green+Blue) = 66+116+93=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #42745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42745D is #BD8BA2. Grayscale: #626262. Windows color (decimal): -12422051 or 6124610. OLE color: 6124610.

HSL color Cylindrical-coordinate representation of color #42745D: hue angle of 152.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42745D is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 93 -
CMYK 0.43 0 0.20 0.55
HSL 152.4º 0.27% 0.36% -
HSV(B) 152.4º 0.43% 0.45% -
XYZ 10.47 14.44 12.59 -
YUV 98.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 66 116 93 0.43 0 0.20 0.55 152.4 0.27 0.36
Hex 42 74 5D 2B 0 14 37 98 1B 24
Octal 102 164 135 53 0 24 67 230 33 44
Binary 1000010 1110100 1011101 101011 0 10100 110111 10011000 11011 100100

Color Harmonies of #42745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42745D

Black with #42745D

Text Example


Text Example

White with #42745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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