Html Css Color HEX #3B865C Amazon

📋 copy color: '#3B865C'

red 59 ◦ green 134 ◦ blue 92

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

Shades of Amazon #3B865C

Tints of Amazon #3B865C

RGB

 RED value IS 59 (23.44% from 255) = 20.7%

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

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

R = 20.7%
G = 47.02%
B = 32.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#3B865C (or 0x3B865C) is known color: Amazon. HEX triplet: 3B, 86 and 5C. RGB value is (59,134,92). Sum of RGB (Red+Green+Blue) = 59+134+92=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #3B865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B865C is #C479A3. Grayscale: #6A6A6A. Windows color (decimal): -12876196 or 6063675. OLE color: 6063675.

HSL color Cylindrical-coordinate representation of color #3B865C: hue angle of 146.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B865C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 134 92 -
CMYK 0.56 0 0.31 0.47
HSL 146.4º 0.39% 0.38% -
HSV(B) 146.4º 0.56% 0.53% -
XYZ 12.26 18.75 13.1 -
YUV 106.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 59 134 92 0.56 0 0.31 0.47 146.4 0.39 0.38
Hex 3B 86 5C 38 0 1F 2F 92 27 26
Octal 73 206 134 70 0 37 57 222 47 46
Binary 111011 10000110 1011100 111000 0 11111 101111 10010010 100111 100110

Color Harmonies of #3B865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B865C

Black with #3B865C

Text Example


Text Example

White with #3B865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B865C; }

 p { color: rgb(59,134,92); }

 H1.HeaderClassName
 {
   color: #3B865C;
 }
 .AnyTagClassName
 {
   color: #3B865C;
 }
</style>

background-color css

<style>
 a { background-color: #3B865C; }

 a { background-color: rgb(59,134,92); }

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

border-color css

<style>
 span { border-color: #3B865C; }

 span { border-color: rgb(59,134,92); }

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