Html Css Color HEX #42855B Amazon

📋 copy color: '#42855B'

red 66 ◦ green 133 ◦ blue 91

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

Shades of Amazon #42855B

Tints of Amazon #42855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 22.76%
G = 45.86%
B = 31.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#42855B (or 0x42855B) is known color: Amazon. HEX triplet: 42, 85 and 5B. RGB value is (66,133,91). Sum of RGB (Red+Green+Blue) = 66+133+91=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #42855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855B is #BD7AA4. Grayscale: #6C6C6C. Windows color (decimal): -12417701 or 5997890. OLE color: 5997890.

HSL color Cylindrical-coordinate representation of color #42855B: hue angle of 142.39º degrees, saturation: 0.34, 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 #42855B is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 91 -
CMYK 0.50 0 0.32 0.48
HSL 142.39º 0.34% 0.39% -
HSV(B) 142.39º 0.5% 0.52% -
XYZ 12.52 18.69 12.84 -
YUV 108.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 66 133 91 0.50 0 0.32 0.48 142.39 0.34 0.39
Hex 42 85 5B 32 0 20 30 8E 22 27
Octal 102 205 133 62 0 40 60 216 42 47
Binary 1000010 10000101 1011011 110010 0 100000 110000 10001110 100010 100111

Color Harmonies of #42855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42855B

Black with #42855B

Text Example


Text Example

White with #42855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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