Html Css Color HEX #42865B Amazon

📋 copy color: '#42865B'

red 66 ◦ green 134 ◦ blue 91

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

Shades of Amazon #42865B

Tints of Amazon #42865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 22.68%
G = 46.05%
B = 31.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#42865B (or 0x42865B) is known color: Amazon. HEX triplet: 42, 86 and 5B. RGB value is (66,134,91). Sum of RGB (Red+Green+Blue) = 66+134+91=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #42865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42865B is #BD79A4. Grayscale: #6C6C6C. Windows color (decimal): -12417445 or 5998146. OLE color: 5998146.

HSL color Cylindrical-coordinate representation of color #42865B: hue angle of 142.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42865B is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 91 -
CMYK 0.51 0 0.32 0.47
HSL 142.06º 0.34% 0.39% -
HSV(B) 142.06º 0.51% 0.53% -
XYZ 12.66 18.96 12.89 -
YUV 108.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 66 134 91 0.51 0 0.32 0.47 142.06 0.34 0.39
Hex 42 86 5B 33 0 20 2F 8E 22 27
Octal 102 206 133 63 0 40 57 216 42 47
Binary 1000010 10000110 1011011 110011 0 100000 101111 10001110 100010 100111

Color Harmonies of #42865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42865B

Black with #42865B

Text Example


Text Example

White with #42865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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