Html Css Color HEX #42835B Amazon

📋 copy color: '#42835B'

red 66 ◦ green 131 ◦ blue 91

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

Shades of Amazon #42835B

Tints of Amazon #42835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 22.92%
G = 45.49%
B = 31.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#42835B (or 0x42835B) is known color: Amazon. HEX triplet: 42, 83 and 5B. RGB value is (66,131,91). Sum of RGB (Red+Green+Blue) = 66+131+91=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #42835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835B is #BD7CA4. Grayscale: #6B6B6B. Windows color (decimal): -12418213 or 5997378. OLE color: 5997378.

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

Color convert

RGB 66 131 91 -
CMYK 0.50 0 0.31 0.49
HSL 143.08º 0.33% 0.39% -
HSV(B) 143.08º 0.5% 0.51% -
XYZ 12.25 18.15 12.75 -
YUV 107.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 66 131 91 0.50 0 0.31 0.49 143.08 0.33 0.39
Hex 42 83 5B 32 0 1F 31 8F 21 27
Octal 102 203 133 62 0 37 61 217 41 47
Binary 1000010 10000011 1011011 110010 0 11111 110001 10001111 100001 100111

Color Harmonies of #42835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42835B

Black with #42835B

Text Example


Text Example

White with #42835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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