Html Css Color HEX #3B8650 Amazon

📋 copy color: '#3B8650'

red 59 ◦ green 134 ◦ blue 80

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

Shades of Amazon #3B8650

Tints of Amazon #3B8650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 21.61%
G = 49.08%
B = 29.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#3B8650 (or 0x3B8650) is known color: Amazon. HEX triplet: 3B, 86 and 50. RGB value is (59,134,80). Sum of RGB (Red+Green+Blue) = 59+134+80=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8650 is #C479AF. Grayscale: #696969. Windows color (decimal): -12876208 or 5277243. OLE color: 5277243.

HSL color Cylindrical-coordinate representation of color #3B8650: hue angle of 136.8º 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 #3B8650 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 134 80 -
CMYK 0.56 0 0.40 0.47
HSL 136.8º 0.39% 0.38% -
HSV(B) 136.8º 0.56% 0.53% -
XYZ 11.78 18.56 10.55 -
YUV 105.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 59 134 80 0.56 0 0.40 0.47 136.8 0.39 0.38
Hex 3B 86 50 38 0 28 2F 89 27 26
Octal 73 206 120 70 0 50 57 211 47 46
Binary 111011 10000110 1010000 111000 0 101000 101111 10001001 100111 100110

Color Harmonies of #3B8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8650

Black with #3B8650

Text Example


Text Example

White with #3B8650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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