Html Css Color HEX #42855C Amazon

📋 copy color: '#42855C'

red 66 ◦ green 133 ◦ blue 92

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

Shades of Amazon #42855C

Tints of Amazon #42855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 22.68%
G = 45.7%
B = 31.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#42855C (or 0x42855C) is known color: Amazon. HEX triplet: 42, 85 and 5C. RGB value is (66,133,92). Sum of RGB (Red+Green+Blue) = 66+133+92=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #42855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855C is #BD7AA3. Grayscale: #6C6C6C. Windows color (decimal): -12417700 or 6063426. OLE color: 6063426.

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

Color convert

RGB 66 133 92 -
CMYK 0.50 0 0.31 0.48
HSL 143.28º 0.34% 0.39% -
HSV(B) 143.28º 0.5% 0.52% -
XYZ 12.57 18.71 13.07 -
YUV 108.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 66 133 92 0.50 0 0.31 0.48 143.28 0.34 0.39
Hex 42 85 5C 32 0 1F 30 8F 22 27
Octal 102 205 134 62 0 37 60 217 42 47
Binary 1000010 10000101 1011100 110010 0 11111 110000 10001111 100010 100111

Color Harmonies of #42855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42855C

Black with #42855C

Text Example


Text Example

White with #42855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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