Html Css Color HEX #42805B Amazon

📋 copy color: '#42805B'

red 66 ◦ green 128 ◦ blue 91

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

Shades of Amazon #42805B

Tints of Amazon #42805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

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

R = 23.16%
G = 44.91%
B = 31.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#42805B (or 0x42805B) is known color: Amazon. HEX triplet: 42, 80 and 5B. RGB value is (66,128,91). Sum of RGB (Red+Green+Blue) = 66+128+91=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #42805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42805B is #BD7FA4. Grayscale: #696969. Windows color (decimal): -12418981 or 5996610. OLE color: 5996610.

HSL color Cylindrical-coordinate representation of color #42805B: hue angle of 144.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42805B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 91 -
CMYK 0.48 0 0.29 0.50
HSL 144.19º 0.32% 0.38% -
HSV(B) 144.19º 0.48% 0.5% -
XYZ 11.85 17.35 12.62 -
YUV 105.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 66 128 91 0.48 0 0.29 0.50 144.19 0.32 0.38
Hex 42 80 5B 30 0 1D 32 90 20 26
Octal 102 200 133 60 0 35 62 220 40 46
Binary 1000010 10000000 1011011 110000 0 11101 110010 10010000 100000 100110

Color Harmonies of #42805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42805B

Black with #42805B

Text Example


Text Example

White with #42805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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