Html Css Color HEX #3B8656 Amazon

📋 copy color: '#3B8656'

red 59 ◦ green 134 ◦ blue 86

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

Shades of Amazon #3B8656

Tints of Amazon #3B8656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 21.15%
G = 48.03%
B = 30.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#3B8656 (or 0x3B8656) is known color: Amazon. HEX triplet: 3B, 86 and 56. RGB value is (59,134,86). Sum of RGB (Red+Green+Blue) = 59+134+86=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8656 is #C479A9. Grayscale: #6A6A6A. Windows color (decimal): -12876202 or 5670459. OLE color: 5670459.

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

Color convert

RGB 59 134 86 -
CMYK 0.56 0 0.36 0.47
HSL 141.6º 0.39% 0.38% -
HSV(B) 141.6º 0.56% 0.53% -
XYZ 12.01 18.65 11.77 -
YUV 106.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 59 134 86 0.56 0 0.36 0.47 141.6 0.39 0.38
Hex 3B 86 56 38 0 24 2F 8E 27 26
Octal 73 206 126 70 0 44 57 216 47 46
Binary 111011 10000110 1010110 111000 0 100100 101111 10001110 100111 100110

Color Harmonies of #3B8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8656

Black with #3B8656

Text Example


Text Example

White with #3B8656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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