Html Css Color HEX #42845B Amazon

📋 copy color: '#42845B'

red 66 ◦ green 132 ◦ blue 91

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

Shades of Amazon #42845B

Tints of Amazon #42845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 22.84%
G = 45.67%
B = 31.49%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#42845B (or 0x42845B) is known color: Amazon. HEX triplet: 42, 84 and 5B. RGB value is (66,132,91). Sum of RGB (Red+Green+Blue) = 66+132+91=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #42845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42845B is #BD7BA4. Grayscale: #6B6B6B. Windows color (decimal): -12417957 or 5997634. OLE color: 5997634.

HSL color Cylindrical-coordinate representation of color #42845B: hue angle of 142.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42845B is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 91 -
CMYK 0.5 0 0.31 0.48
HSL 142.73º 0.33% 0.39% -
HSV(B) 142.73º 0.5% 0.52% -
XYZ 12.39 18.42 12.8 -
YUV 107.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 66 132 91 0.5 0 0.31 0.48 142.73 0.33 0.39
Hex 42 84 5B 32 0 1F 30 8F 21 27
Octal 102 204 133 62 0 37 60 217 41 47
Binary 1000010 10000100 1011011 110010 0 11111 110000 10001111 100001 100111

Color Harmonies of #42845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42845B

Black with #42845B

Text Example


Text Example

White with #42845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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